public static interface DescribeGameSessionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeGameSessionsResponse.Builder,DescribeGameSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGameSessionsResponse.Builder |
gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session matching the request.
|
DescribeGameSessionsResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGameSessionsResponse.Builder gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session matching the request.
gameSessions - A collection of objects containing game session properties for each session matching the request.DescribeGameSessionsResponse.Builder gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session matching the request.
gameSessions - A collection of objects containing game session properties for each session matching the request.DescribeGameSessionsResponse.Builder gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of objects containing game session properties for each session matching the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #gameSessions(List) .gameSessions - a consumer that will call methods on List.Builder #gameSessions(List) DescribeGameSessionsResponse.Builder nextToken(String nextToken)
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 - 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 © 2021. All rights reserved.