Interface DeleteAutoScalingConfigurationRequest.Builder
- All Superinterfaces:
AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,,DeleteAutoScalingConfigurationRequest> SdkBuilder<DeleteAutoScalingConfigurationRequest.Builder,,DeleteAutoScalingConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteAutoScalingConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionautoScalingConfigurationArn(String autoScalingConfigurationArn) The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.deleteAllRevisions(Boolean deleteAllRevisions) Set totrueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.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.services.apprunner.model.AppRunnerRequest.Builder
buildMethods 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoScalingConfigurationArn
DeleteAutoScalingConfigurationRequest.Builder autoScalingConfigurationArn(String autoScalingConfigurationArn) The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is deleted.- Parameters:
autoScalingConfigurationArn- The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either
.../nameor.../name/revision. If a revision isn't specified, the latest active revision is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteAllRevisions
Set to
trueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.When
DeleteAllRevisionsis set totrue, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with:.../name.- Parameters:
deleteAllRevisions- Set totrueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.When
DeleteAllRevisionsis set totrue, the only valid value for the Amazon Resource Name (ARN) is a partial ARN ending with:.../name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAutoScalingConfigurationRequest.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
DeleteAutoScalingConfigurationRequest.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.
-