public static interface DescribeMatchmakingConfigurationsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeMatchmakingConfigurationsRequest.Builder,DescribeMatchmakingConfigurationsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeMatchmakingConfigurationsRequest.Builder |
limit(Integer limit)
Maximum number of results to return.
|
DescribeMatchmakingConfigurationsRequest.Builder |
names(Collection<String> names)
Unique identifier for a matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest.Builder |
names(String... names)
Unique identifier for a matchmaking configuration(s) to retrieve.
|
DescribeMatchmakingConfigurationsRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeMatchmakingConfigurationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeMatchmakingConfigurationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeMatchmakingConfigurationsRequest.Builder |
ruleSetName(String ruleSetName)
Unique identifier for a matchmaking rule set.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeMatchmakingConfigurationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.