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
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaMatchmakingRuleSet.builder().When the
Consumercompletes,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.
 
 
 -