public static interface DescribeScalingPoliciesResponse.Builder extends ApplicationAutoScalingResponse.Builder, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
Information about the scaling policies.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
scalingPolicies - Information about the scaling policies.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
scalingPolicies - Information about the scaling policies.DescribeScalingPoliciesResponse.Builder scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
Information about the scaling policies.
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 #scalingPolicies(List) .scalingPolicies - a consumer that will call methods on List.Builder #scalingPolicies(List) DescribeScalingPoliciesResponse.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.