Interface UpgradeAccountPlanResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpgradeAccountPlanResponse.Builder,,- UpgradeAccountPlanResponse> - FreeTierResponse.Builder,- SdkBuilder<UpgradeAccountPlanResponse.Builder,,- UpgradeAccountPlanResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpgradeAccountPlanResponse
@Mutable
@NotThreadSafe
public static interface UpgradeAccountPlanResponse.Builder
extends FreeTierResponse.Builder, SdkPojo, CopyableBuilder<UpgradeAccountPlanResponse.Builder,UpgradeAccountPlanResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA unique identifier that identifies the account.accountPlanStatus(String accountPlanStatus) This indicates the latest state of the account plan within its lifecycle.accountPlanStatus(AccountPlanStatus accountPlanStatus) This indicates the latest state of the account plan within its lifecycle.accountPlanType(String accountPlanType) The type of plan for the account.accountPlanType(AccountPlanType accountPlanType) The type of plan for the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.freetier.model.FreeTierResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
accountIdA unique identifier that identifies the account. - Parameters:
- accountId- A unique identifier that identifies the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountPlanTypeThe type of plan for the account. - Parameters:
- accountPlanType- The type of plan for the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
accountPlanTypeThe type of plan for the account. - Parameters:
- accountPlanType- The type of plan for the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
accountPlanStatusThis indicates the latest state of the account plan within its lifecycle. - Parameters:
- accountPlanStatus- This indicates the latest state of the account plan within its lifecycle.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
accountPlanStatusThis indicates the latest state of the account plan within its lifecycle. - Parameters:
- accountPlanStatus- This indicates the latest state of the account plan within its lifecycle.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-