public static interface DescribeScalingPlansResponse.Builder extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlansResponse.Builder,DescribeScalingPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlansResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(Consumer<ScalingPlan.Builder>... scalingPlans)
Information about the scaling plans.
|
DescribeScalingPlansResponse.Builder |
scalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeScalingPlansResponse.Builder scalingPlans(Collection<ScalingPlan> scalingPlans)
Information about the scaling plans.
scalingPlans - Information about the scaling plans.DescribeScalingPlansResponse.Builder scalingPlans(ScalingPlan... scalingPlans)
Information about the scaling plans.
scalingPlans - Information about the scaling plans.DescribeScalingPlansResponse.Builder scalingPlans(Consumer<ScalingPlan.Builder>... scalingPlans)
Information about the scaling plans.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #scalingPlans(List) .scalingPlans - a consumer that will call methods on List.Builder #scalingPlans(List) DescribeScalingPlansResponse.Builder nextToken(String nextToken)
The token required to get the next set of results. This value is null if there are no more
results to return.
nextToken - The token required to get the next set of results. This value is null if there are no
more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.