public static interface DescribeGameSessionQueuesResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionQueuesResponse.Builder |
gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
DescribeGameSessionQueuesResponse.Builder |
gameSessionQueues(Consumer<GameSessionQueue.Builder>... gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
DescribeGameSessionQueuesResponse.Builder |
gameSessionQueues(GameSessionQueue... gameSessionQueues)
A collection of objects that describe the requested game session queues.
|
DescribeGameSessionQueuesResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionQueuesResponse.Builder gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
A collection of objects that describe the requested game session queues.
gameSessionQueues - A collection of objects that describe the requested game session queues.DescribeGameSessionQueuesResponse.Builder gameSessionQueues(GameSessionQueue... gameSessionQueues)
A collection of objects that describe the requested game session queues.
gameSessionQueues - A collection of objects that describe the requested game session queues.DescribeGameSessionQueuesResponse.Builder gameSessionQueues(Consumer<GameSessionQueue.Builder>... gameSessionQueues)
A collection of objects that describe the requested game session queues.
This is a convenience method that creates an instance of theGameSessionQueue.Builder avoiding the need to create
one manually via GameSessionQueue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #gameSessionQueues(List.
gameSessionQueues - a consumer that will call methods on
GameSessionQueue.Builder#gameSessionQueues(java.util.Collection) DescribeGameSessionQueuesResponse.Builder nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no
token is returned, these results represent the end of the list.Copyright © 2023. All rights reserved.