Interface CreateScalingPlanResponse.Builder
- All Superinterfaces:
AutoScalingPlansResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateScalingPlanResponse.Builder,
,CreateScalingPlanResponse> SdkBuilder<CreateScalingPlanResponse.Builder,
,CreateScalingPlanResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateScalingPlanResponse
@Mutable
@NotThreadSafe
public static interface CreateScalingPlanResponse.Builder
extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<CreateScalingPlanResponse.Builder,CreateScalingPlanResponse>
-
Method Summary
Modifier and TypeMethodDescriptionscalingPlanVersion
(Long scalingPlanVersion) The version number of the scaling plan.Methods inherited from interface software.amazon.awssdk.services.autoscalingplans.model.AutoScalingPlansResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
scalingPlanVersion
The version number of the scaling plan. This value is always
1
. Currently, you cannot have multiple scaling plan versions.- Parameters:
scalingPlanVersion
- The version number of the scaling plan. This value is always1
. Currently, you cannot have multiple scaling plan versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-