CopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
, SdkBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
public static interface DescribeGameSessionQueuesResponse.Builder extends CopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeGameSessionQueuesResponse.Builder |
gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues) |
Collection of objects that describes the requested game session queues.
|
DescribeGameSessionQueuesResponse.Builder |
gameSessionQueues(GameSessionQueue... gameSessionQueues) |
Collection of objects that describes the requested game session queues.
|
DescribeGameSessionQueuesResponse.Builder |
nextToken(String nextToken) |
Token that indicates where to resume retrieving results on the next call to this action.
|
copy
apply, build
DescribeGameSessionQueuesResponse.Builder gameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
gameSessionQueues
- Collection of objects that describes the requested game session queues.DescribeGameSessionQueuesResponse.Builder gameSessionQueues(GameSessionQueue... gameSessionQueues)
Collection of objects that describes the requested game session queues.
NOTE: This method appends the values to the existing list (if any). Use
#setGameSessionQueues(java.util.Collection)
or #withGameSessionQueues(java.util.Collection)
if you want to override the existing values.
gameSessionQueues
- Collection of objects that describes the requested game session queues.DescribeGameSessionQueuesResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.