public static interface DescribeScalingPoliciesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
DescribeScalingPoliciesResponse.Builder |
scalingPolicies(ScalingPolicy... scalingPolicies)
A collection of objects containing the scaling policies matching the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalingPoliciesResponse.Builder scalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A collection of objects containing the scaling policies matching the request.
scalingPolicies - A collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder scalingPolicies(ScalingPolicy... scalingPolicies)
A collection of objects containing the scaling policies matching the request.
scalingPolicies - A collection of objects containing the scaling policies matching the request.DescribeScalingPoliciesResponse.Builder scalingPolicies(Consumer<ScalingPolicy.Builder>... scalingPolicies)
A collection of objects containing the scaling policies matching the request.
This is a convenience method 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)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no
token is returned, these results represent the end of the list.Copyright © 2022. All rights reserved.