public static interface DescribeMatchmakingConfigurationsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeMatchmakingConfigurationsRequest.Builder,DescribeMatchmakingConfigurationsRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeMatchmakingConfigurationsRequest.Builder names(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
names
- Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing
configurations, leave this parameter empty.DescribeMatchmakingConfigurationsRequest.Builder names(String... names)
Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing configurations, leave this parameter empty.
names
- Unique identifier for a matchmaking configuration(s) to retrieve. To request all existing
configurations, leave this parameter empty.DescribeMatchmakingConfigurationsRequest.Builder ruleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking configurations that use this rule set.
ruleSetName
- Unique identifier for a matchmaking rule set. Use this parameter to retrieve all matchmaking
configurations that use this rule set.DescribeMatchmakingConfigurationsRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages. This parameter is limited to 10.
limit
- Maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages. This parameter is limited to 10.DescribeMatchmakingConfigurationsRequest.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.DescribeMatchmakingConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeMatchmakingConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.