public static interface DescribeGameSessionPlacementResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeGameSessionPlacementResponse.Builder,DescribeGameSessionPlacementResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeGameSessionPlacementResponse.Builder |
gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the requested game session placement.
|
DescribeGameSessionPlacementResponse.Builder |
gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeGameSessionPlacementResponse.Builder gameSessionPlacement(GameSessionPlacement gameSessionPlacement)
Object that describes the requested game session placement.
gameSessionPlacement - Object that describes the requested game session placement.default DescribeGameSessionPlacementResponse.Builder gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the requested game session placement.
This is a convenience that creates an instance of theGameSessionPlacement.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.