Interface UpgradeAccountPlanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpgradeAccountPlanRequest.Builder,
,UpgradeAccountPlanRequest> FreeTierRequest.Builder
,SdkBuilder<UpgradeAccountPlanRequest.Builder,
,UpgradeAccountPlanRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpgradeAccountPlanRequest
@Mutable
@NotThreadSafe
public static interface UpgradeAccountPlanRequest.Builder
extends FreeTierRequest.Builder, SdkPojo, CopyableBuilder<UpgradeAccountPlanRequest.Builder,UpgradeAccountPlanRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountPlanType
(String accountPlanType) The target account plan type.accountPlanType
(AccountPlanType accountPlanType) The target account plan type.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.freetier.model.FreeTierRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountPlanType
The target account plan type. This makes it explicit about the change and latest value of the
accountPlanType
.- Parameters:
accountPlanType
- The target account plan type. This makes it explicit about the change and latest value of theaccountPlanType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountPlanType
The target account plan type. This makes it explicit about the change and latest value of the
accountPlanType
.- Parameters:
accountPlanType
- The target account plan type. This makes it explicit about the change and latest value of theaccountPlanType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpgradeAccountPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpgradeAccountPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-