public static interface UpdateDefaultAutoScalingConfigurationRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateDefaultAutoScalingConfigurationRequest.Builder,UpdateDefaultAutoScalingConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDefaultAutoScalingConfigurationRequest.Builder |
autoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to set as the
default.
|
UpdateDefaultAutoScalingConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDefaultAutoScalingConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDefaultAutoScalingConfigurationRequest.Builder autoScalingConfigurationArn(String autoScalingConfigurationArn)
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to set as the default.
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 set as the default.
autoScalingConfigurationArn - The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to set as
the default.
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 set as the default.
UpdateDefaultAutoScalingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDefaultAutoScalingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.