public static interface ListGamesResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<ListGamesResponse.Builder,ListGamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGamesResponse.Builder |
games(Collection<GameSummary> games)
The list of games.
|
ListGamesResponse.Builder |
games(Consumer<GameSummary.Builder>... games)
The list of games.
|
ListGamesResponse.Builder |
games(GameSummary... games)
The list of games.
|
ListGamesResponse.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGamesResponse.Builder games(Collection<GameSummary> games)
The list of games.
games - The list of games.ListGamesResponse.Builder games(GameSummary... games)
The list of games.
games - The list of games.ListGamesResponse.Builder games(Consumer<GameSummary.Builder>... games)
The list of games.
This is a convenience method that creates an instance of theGameSummary.Builder avoiding the need to create one
manually via GameSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #games(List.
games - a consumer that will call methods on
GameSummary.Builder#games(java.util.Collection) ListGamesResponse.Builder nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
Copyright © 2022. All rights reserved.