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 name of the invoicing entity.The legal name of the invoicing entity.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
The legal name of the invoicing entity.
- Parameters:
legalName- The legal name of the invoicing entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The branch name of the invoicing entity.
- Parameters:
branchName- The branch name of the invoicing entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-