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(MatchmakingRuleSet... ruleSets)
Collection of requested matchmaking rule set objects.
|
build
copy
apply, 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 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.