Interface DescribeMatchmakingRuleSetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeMatchmakingRuleSetsResponse.Builder,
,DescribeMatchmakingRuleSetsResponse> GameLiftResponse.Builder
,SdkBuilder<DescribeMatchmakingRuleSetsResponse.Builder,
,DescribeMatchmakingRuleSetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeMatchmakingRuleSetsResponse
public static interface DescribeMatchmakingRuleSetsResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingRuleSetsResponse.Builder,DescribeMatchmakingRuleSetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that indicates where to resume retrieving results on the next call to this operation.ruleSets
(Collection<MatchmakingRuleSet> ruleSets) A collection of requested matchmaking rule set objects.ruleSets
(Consumer<MatchmakingRuleSet.Builder>... ruleSets) A collection of requested matchmaking rule set objects.ruleSets
(MatchmakingRuleSet... ruleSets) A collection of requested matchmaking rule set objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ruleSets
A collection of requested matchmaking rule set objects.
- Parameters:
ruleSets
- A collection of requested matchmaking rule set objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSets
A collection of requested matchmaking rule set objects.
- Parameters:
ruleSets
- A collection of requested matchmaking rule set objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleSets
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 viaMatchmakingRuleSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruleSets(List<MatchmakingRuleSet>)
.- Parameters:
ruleSets
- a consumer that will call methods onMatchmakingRuleSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-