public static interface StopGameSessionPlacementResponse.Builder extends GameLiftResponse.Builder, 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStopGameSessionPlacementResponse.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.BuildergameSessionPlacement(GameSessionPlacement)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.