public static interface DeleteAutoScalingConfigurationRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAutoScalingConfigurationRequest.Builder |
autoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.
|
DeleteAutoScalingConfigurationRequest.Builder |
deleteAllRevisions(Boolean deleteAllRevisions)
Set to
true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value. |
DeleteAutoScalingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAutoScalingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAutoScalingConfigurationRequest.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
.../name or .../name/revision . If a revision isn't
specified, the latest active revision is deleted.
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
.../name or .../name/revision . If a revision isn't
specified, the latest active revision is deleted.
DeleteAutoScalingConfigurationRequest.Builder deleteAllRevisions(Boolean deleteAllRevisions)
Set to true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value.
When DeleteAllRevisions is set to true, the only valid value for the Amazon
Resource Name (ARN) is a partial ARN ending with: .../name.
deleteAllRevisions - Set to true to delete all of the revisions associated with the
AutoScalingConfigurationArn parameter value.
When DeleteAllRevisions is set to true, the only valid value for the Amazon
Resource Name (ARN) is a partial ARN ending with: .../name.
DeleteAutoScalingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAutoScalingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.