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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAutoScalingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.