Interface ChargeAccount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChargeAccount.Builder,,ChargeAccount> SdkBuilder<ChargeAccount.Builder,,ChargeAccount> SdkPojo
- Enclosing class:
ChargeAccount
@Mutable
@NotThreadSafe
public static interface ChargeAccount.Builder
extends SdkPojo, CopyableBuilder<ChargeAccount.Builder,ChargeAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID.chargePercentage(String chargePercentage) The percentage of the total Support charge allocated to this account.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.
-
chargePercentage
The percentage of the total Support charge allocated to this account. This is 0.0 when supportAllocationMethod = Proportional.
- Parameters:
chargePercentage- The percentage of the total Support charge allocated to this account. This is 0.0 when supportAllocationMethod = Proportional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-