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 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 .../name or .../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 .../name or .../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 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.