public static interface UpdateGameSessionResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateGameSessionResponse.Builder,UpdateGameSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGameSessionResponse.Builder |
gameSession(Consumer<GameSession.Builder> gameSession)
The updated game session properties.
|
UpdateGameSessionResponse.Builder |
gameSession(GameSession gameSession)
The updated game session properties.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGameSessionResponse.Builder gameSession(GameSession gameSession)
The updated game session properties.
gameSession - The updated game session properties.default UpdateGameSessionResponse.Builder gameSession(Consumer<GameSession.Builder> gameSession)
The updated game session properties.
This is a convenience that creates an instance of theGameSession.Builder avoiding the need to create
one manually via GameSession.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to gameSession(GameSession).gameSession - a consumer that will call methods on GameSession.BuildergameSession(GameSession)Copyright © 2021. All rights reserved.