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 method that creates an instance of theMatchmakingRuleSet.Builder avoiding the need to create
one manually via MatchmakingRuleSet.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ruleSets(List.
ruleSets - a consumer that will call methods on
MatchmakingRuleSet.Builder#ruleSets(java.util.Collection) 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 © 2023. All rights reserved.