Interface ContractAccount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContractAccount.Builder,,ContractAccount> SdkBuilder<ContractAccount.Builder,,ContractAccount> SdkPojo
- Enclosing class:
ContractAccount
@Mutable
@NotThreadSafe
public static interface ContractAccount.Builder
extends SdkPojo, CopyableBuilder<ContractAccount.Builder,ContractAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID.When true, Support charges are calculated on charges before private discounts.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
-
accountId
The account ID.
- Parameters:
accountId- The account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isGdn
When true, Support charges are calculated on charges before private discounts. When false, they are calculated after private discounts.
- Parameters:
isGdn- When true, Support charges are calculated on charges before private discounts. When false, they are calculated after private discounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-