public static interface DescribeGameSessionPlacementResponse.Builder extends GameLiftResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.