public static interface DescribeMatchmakingRuleSetsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingRuleSetsRequest.Builder,DescribeMatchmakingRuleSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMatchmakingRuleSetsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeMatchmakingRuleSetsRequest.Builder |
names(Collection<String> names)
A list of one or more matchmaking rule set names to retrieve details for.
|
DescribeMatchmakingRuleSetsRequest.Builder |
names(String... names)
A list of one or more matchmaking rule set names to retrieve details for.
|
DescribeMatchmakingRuleSetsRequest.Builder |
nextToken(String nextToken)
A 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)
A 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.) You can use either the rule set name or ARN value.
names - A 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.) You can use either the rule set name
or ARN value.DescribeMatchmakingRuleSetsRequest.Builder names(String... names)
A 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.) You can use either the rule set name or ARN value.
names - A 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.) You can use either the rule set name
or ARN value.DescribeMatchmakingRuleSetsRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages.
limit - The 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)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential page of results. Use the token that is
returned with a previous call to this operation. 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 © 2023. All rights reserved.