public static interface DescribeScalingPoliciesResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeScalingPoliciesResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies)
Collection of objects containing the scaling policies matching the request.
|
build
copy
apply, build
DescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the request.
scalingPolicies
- Collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
Collection of objects containing the scaling policies matching the request.
scalingPolicies
- Collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.