public static interface DescribeGameSessionQueuesRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeGameSessionQueuesRequest.Builder,DescribeGameSessionQueuesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionQueuesRequest.Builder |
limit(Integer limit)
Maximum number of results to return.
|
DescribeGameSessionQueuesRequest.Builder |
names(Collection<String> names)
List of queue names to retrieve information for.
|
DescribeGameSessionQueuesRequest.Builder |
names(String... names)
List of queue names to retrieve information for.
|
DescribeGameSessionQueuesRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
DescribeGameSessionQueuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeGameSessionQueuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeGameSessionQueuesRequest.Builder names(Collection<String> names)
List of queue names to retrieve information for. To request settings for all queues, leave this parameter empty.
names
- List of queue names to retrieve information for. To request settings for all queues, leave this
parameter empty.DescribeGameSessionQueuesRequest.Builder names(String... names)
List of queue names to retrieve information for. To request settings for all queues, leave this parameter empty.
names
- List of queue names to retrieve information for. To request settings for all queues, leave this
parameter empty.DescribeGameSessionQueuesRequest.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.DescribeGameSessionQueuesRequest.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.DescribeGameSessionQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeGameSessionQueuesRequest.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.