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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.freetier.model.FreeTierRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-