public static interface CreateGameSessionQueueResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<CreateGameSessionQueueResponse.Builder,CreateGameSessionQueueResponse>
Modifier and Type | Method and Description |
---|---|
default CreateGameSessionQueueResponse.Builder |
gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
Object that describes the newly created game session queue.
|
CreateGameSessionQueueResponse.Builder |
gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly created game session queue.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateGameSessionQueueResponse.Builder gameSessionQueue(GameSessionQueue gameSessionQueue)
Object that describes the newly created game session queue.
gameSessionQueue
- Object that describes the newly created game session queue.default CreateGameSessionQueueResponse.Builder gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
Object that describes the newly created 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.Builder
gameSessionQueue(GameSessionQueue)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.