public static interface DescribeMatchmakingRuleSetsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeMatchmakingRuleSetsRequest.Builder,DescribeMatchmakingRuleSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingRuleSetsRequest.Builder |
limit(Integer limit)
Maximum number of results to return.
|
DescribeMatchmakingRuleSetsRequest.Builder |
names(Collection<String> names)
Unique identifier for a matchmaking rule set.
|
DescribeMatchmakingRuleSetsRequest.Builder |
names(String... names)
Unique identifier for a matchmaking rule set.
|
DescribeMatchmakingRuleSetsRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeMatchmakingRuleSetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeMatchmakingRuleSetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeMatchmakingRuleSetsRequest.Builder names(Collection<String> names)
Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated with a matchmaking configuration.
names - Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated
with a matchmaking configuration.DescribeMatchmakingRuleSetsRequest.Builder names(String... names)
Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated with a matchmaking configuration.
names - Unique identifier for a matchmaking rule set. This name is used to identify the rule set associated
with a matchmaking configuration.DescribeMatchmakingRuleSetsRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - Maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.DescribeMatchmakingRuleSetsRequest.Builder nextToken(String nextToken)
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To start at the beginning of the result set, do not specify a value.
nextToken - Token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this action. To start at the beginning of the result set, do not specify a
value.DescribeMatchmakingRuleSetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeMatchmakingRuleSetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.