public static interface DescribeMatchmakingRuleSetsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingRuleSetsResponse.Builder,DescribeMatchmakingRuleSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingRuleSetsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(Consumer<MatchmakingRuleSet.Builder>... ruleSets)
A collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(MatchmakingRuleSet... ruleSets)
A collection of requested matchmaking rule set objects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMatchmakingRuleSetsResponse.Builder ruleSets(Collection<MatchmakingRuleSet> ruleSets)
A collection of requested matchmaking rule set objects.
ruleSets - A collection of requested matchmaking rule set objects.DescribeMatchmakingRuleSetsResponse.Builder ruleSets(MatchmakingRuleSet... ruleSets)
A collection of requested matchmaking rule set objects.
ruleSets - A collection of requested matchmaking rule set objects.DescribeMatchmakingRuleSetsResponse.Builder ruleSets(Consumer<MatchmakingRuleSet.Builder>... ruleSets)
A collection of requested matchmaking rule set objects.
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 #ruleSets(List) .ruleSets - a consumer that will call methods on List.Builder #ruleSets(List) DescribeMatchmakingRuleSetsResponse.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 © 2021. All rights reserved.