Interface DeleteAutoScalingConfigurationRequest.Builder
-
- All Superinterfaces:
AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>,SdkBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAutoScalingConfigurationRequest
public static interface DeleteAutoScalingConfigurationRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<DeleteAutoScalingConfigurationRequest.Builder,DeleteAutoScalingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAutoScalingConfigurationRequest.BuilderautoScalingConfigurationArn(String autoScalingConfigurationArn)The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.DeleteAutoScalingConfigurationRequest.BuilderdeleteAllRevisions(Boolean deleteAllRevisions)Set totrueto delete all of the revisions associated with theAutoScalingConfigurationArnparameter value.DeleteAutoScalingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAutoScalingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
DeleteAutoScalingConfigurationRequest.Builder deleteAllRevisions(Boolean 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAutoScalingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-