public static interface DeleteScalingPlanRequest.Builder extends AutoScalingPlansRequest.Builder, SdkPojo, CopyableBuilder<DeleteScalingPlanRequest.Builder,DeleteScalingPlanRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteScalingPlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteScalingPlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteScalingPlanRequest.Builder |
scalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
DeleteScalingPlanRequest.Builder |
scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteScalingPlanRequest.Builder scalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName - The name of the scaling plan.DeleteScalingPlanRequest.Builder scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. Currently, the only valid value is 1.
scalingPlanVersion - The version number of the scaling plan. Currently, the only valid value is 1.DeleteScalingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteScalingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.