public static interface UpdateGameSessionQueueResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateGameSessionQueueResponse.Builder,UpdateGameSessionQueueResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGameSessionQueueResponse.Builder |
gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
An object that describes the newly updated game session queue.
|
UpdateGameSessionQueueResponse.Builder |
gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly updated game session queue.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGameSessionQueueResponse.Builder gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly updated game session queue.
gameSessionQueue - An object that describes the newly updated game session queue.default UpdateGameSessionQueueResponse.Builder gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
An object that describes the newly updated game session queue.
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 gameSessionQueue(GameSessionQueue).gameSessionQueue - a consumer that will call methods on GameSessionQueue.BuildergameSessionQueue(GameSessionQueue)Copyright © 2022. All rights reserved.