public static interface DescribeMatchmakingRuleSetsResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeMatchmakingRuleSetsResponse.Builder,DescribeMatchmakingRuleSetsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingRuleSetsResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(Consumer<MatchmakingRuleSet.Builder>... ruleSets)
Collection of requested matchmaking rule set objects.
|
DescribeMatchmakingRuleSetsResponse.Builder |
ruleSets(MatchmakingRuleSet... ruleSets)
Collection of requested matchmaking rule set objects.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeMatchmakingRuleSetsResponse.Builder ruleSets(Collection<MatchmakingRuleSet> ruleSets)
Collection of requested matchmaking rule set objects.
ruleSets
- Collection of requested matchmaking rule set objects.DescribeMatchmakingRuleSetsResponse.Builder ruleSets(MatchmakingRuleSet... ruleSets)
Collection of requested matchmaking rule set objects.
ruleSets
- Collection of requested matchmaking rule set objects.DescribeMatchmakingRuleSetsResponse.Builder ruleSets(Consumer<MatchmakingRuleSet.Builder>... ruleSets)
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)
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.