public static interface UpdateGameSessionQueueResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<UpdateGameSessionQueueResponse.Builder,UpdateGameSessionQueueResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGameSessionQueueResponse.Builder |
gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
Object that describes the newly updated game session queue.
|
UpdateGameSessionQueueResponse.Builder |
gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly updated game session queue.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateGameSessionQueueResponse.Builder gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly updated game session queue.
gameSessionQueue - Object that describes the newly updated game session queue.default UpdateGameSessionQueueResponse.Builder gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
Object that describes the newly updated game session queue.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.