public static interface DescribeMatchmakingRuleSetsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, 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)
List of one or more matchmaking rule set names to retrieve details for.
|
DescribeMatchmakingRuleSetsRequest.Builder |
names(String... names)
List of one or more matchmaking rule set names to retrieve details for.
|
DescribeMatchmakingRuleSetsRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeMatchmakingRuleSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeMatchmakingRuleSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMatchmakingRuleSetsRequest.Builder names(Collection<String> names)
List of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is different from the optional "name" field in the rule set body.)
names - List of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is
different from the optional "name" field in the rule set body.)DescribeMatchmakingRuleSetsRequest.Builder names(String... names)
List of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is different from the optional "name" field in the rule set body.)
names - List of one or more matchmaking rule set names to retrieve details for. (Note: The rule set name is
different from the optional "name" field in the rule set body.)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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeMatchmakingRuleSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.