public static interface CreateGameSessionQueueResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<CreateGameSessionQueueResponse.Builder,CreateGameSessionQueueResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateGameSessionQueueResponse.Builder |
gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
An object that describes the newly created game session queue.
|
CreateGameSessionQueueResponse.Builder |
gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly created game session queue.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGameSessionQueueResponse.Builder gameSessionQueue(GameSessionQueue gameSessionQueue)
An object that describes the newly created game session queue.
gameSessionQueue - An object that describes the newly created game session queue.default CreateGameSessionQueueResponse.Builder gameSessionQueue(Consumer<GameSessionQueue.Builder> gameSessionQueue)
An object that describes the newly created 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 © 2023. All rights reserved.