public static interface StopGameSessionPlacementResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<StopGameSessionPlacementResponse.Builder,StopGameSessionPlacementResponse>
Modifier and Type | Method and Description |
---|---|
default StopGameSessionPlacementResponse.Builder |
gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
StopGameSessionPlacementResponse.Builder |
gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StopGameSessionPlacementResponse.Builder gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the canceled game session placement, with CANCELLED
status and an end time
stamp.
gameSessionPlacement
- Object that describes the canceled game session placement, with CANCELLED
status and an
end time stamp.default StopGameSessionPlacementResponse.Builder gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the canceled game session placement, with CANCELLED
status and an end time
stamp.
GameSessionPlacement.Builder
avoiding the need
to create one manually via GameSessionPlacement.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to gameSessionPlacement(GameSessionPlacement)
.gameSessionPlacement
- a consumer that will call methods on GameSessionPlacement.Builder
gameSessionPlacement(GameSessionPlacement)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.