Interface TerminateGameSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<TerminateGameSessionResponse.Builder,
,TerminateGameSessionResponse> GameLiftResponse.Builder
,SdkBuilder<TerminateGameSessionResponse.Builder,
,TerminateGameSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TerminateGameSessionResponse
@Mutable
@NotThreadSafe
public static interface TerminateGameSessionResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<TerminateGameSessionResponse.Builder,TerminateGameSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongameSession
(Consumer<GameSession.Builder> gameSession) Sets the value of the GameSession property for this object.gameSession
(GameSession gameSession) Sets the value of the GameSession property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
gameSession
Sets the value of the GameSession property for this object.- Parameters:
gameSession
- The new value for the GameSession property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gameSession
Sets the value of the GameSession property for this object. This is a convenience method that creates an instance of theGameSession.Builder
avoiding the need to create one manually viaGameSession.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togameSession(GameSession)
.- Parameters:
gameSession
- a consumer that will call methods onGameSession.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-