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(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
|
buildcopyapply, 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 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.