public static interface DescribeGameSessionQueuesRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionQueuesRequest.Builder,DescribeGameSessionQueuesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionQueuesRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeGameSessionQueuesRequest.Builder |
names(Collection<String> names)
A list of queue names to retrieve information for.
|
DescribeGameSessionQueuesRequest.Builder |
names(String... names)
A list of queue names to retrieve information for.
|
DescribeGameSessionQueuesRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeGameSessionQueuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGameSessionQueuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionQueuesRequest.Builder names(Collection<String> names)
A list of queue names to retrieve information for. You can use either the queue ID or ARN value. To request settings for all queues, leave this parameter empty.
names - A list of queue names to retrieve information for. You can use either the queue ID or ARN value. To
request settings for all queues, leave this parameter empty.DescribeGameSessionQueuesRequest.Builder names(String... names)
A list of queue names to retrieve information for. You can use either the queue ID or ARN value. To request settings for all queues, leave this parameter empty.
names - A list of queue names to retrieve information for. You can use either the queue ID or ARN value. To
request settings for all queues, leave this parameter empty.DescribeGameSessionQueuesRequest.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. You can request up to 50 results.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential pages. You can request up to 50 results.DescribeGameSessionQueuesRequest.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.DescribeGameSessionQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGameSessionQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.