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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.freetier.model.FreeTierResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountId
A 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.
-
accountPlanType
The 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:
-
accountPlanType
The 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:
-
accountPlanStatus
This 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:
-
accountPlanStatus
This 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:
-