public static interface SearchGameSessionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<SearchGameSessionsResponse.Builder,SearchGameSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchGameSessionsResponse.Builder |
gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.Builder |
gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.Builder |
gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
|
SearchGameSessionsResponse.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, buildSearchGameSessionsResponse.Builder gameSessions(Collection<GameSession> gameSessions)
A collection of objects containing game session properties for each session that matches the request.
gameSessions - A collection of objects containing game session properties for each session that matches the request.SearchGameSessionsResponse.Builder gameSessions(GameSession... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
gameSessions - A collection of objects containing game session properties for each session that matches the request.SearchGameSessionsResponse.Builder gameSessions(Consumer<GameSession.Builder>... gameSessions)
A collection of objects containing game session properties for each session that matches the request.
This is a convenience method that creates an instance of theGameSession.Builder avoiding the need to create one
manually via GameSession.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #gameSessions(List.
gameSessions - a consumer that will call methods on
GameSession.Builder#gameSessions(java.util.Collection) SearchGameSessionsResponse.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 © 2022. All rights reserved.