Interface InvoicingEntity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvoicingEntity.Builder,,InvoicingEntity> SdkBuilder<InvoicingEntity.Builder,,InvoicingEntity> SdkPojo
- Enclosing class:
InvoicingEntity
@Mutable
@NotThreadSafe
public static interface InvoicingEntity.Builder
extends SdkPojo, CopyableBuilder<InvoicingEntity.Builder,InvoicingEntity>
-
Method Summary
Modifier and TypeMethodDescriptionbranchName(String branchName) The branch where the issuing entity is operating from.Legal name of the entity issuing the invoice.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
legalName
Legal name of the entity issuing the invoice.
- Parameters:
legalName- Legal name of the entity issuing the invoice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The branch where the issuing entity is operating from.
- Parameters:
branchName- The branch where the issuing entity is operating from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-