| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameSessionPlacement.Builder |
GameSessionPlacement.builder() |
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.endTime(Instant endTime)
Time stamp indicating when this request was completed, canceled, or timed out.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameProperties(Consumer<GameProperty.Builder>... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameProperties(GameProperty... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionArn(String gameSessionArn)
Identifier for the game session created by this placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionData(String gameSessionData)
Set of custom game session properties, formatted as a single string value.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionId(String gameSessionId)
Unique identifier for the game session.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionName(String gameSessionName)
Descriptive label that is associated with a game session.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionQueueName(String gameSessionQueueName)
Descriptive label that is associated with game session queue.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameSessionRegion(String gameSessionRegion)
Name of the region where the game session created by this placement request is running.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.ipAddress(String ipAddress)
IP address of the game session.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.matchmakerData(String matchmakerData)
Information on the matchmaking process for this game.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum number of players that can be connected simultaneously to the game session.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.placedPlayerSessions(Collection<PlacedPlayerSession> placedPlayerSessions)
Collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.placedPlayerSessions(Consumer<PlacedPlayerSession.Builder>... placedPlayerSessions)
Collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.placedPlayerSessions(PlacedPlayerSession... placedPlayerSessions)
Collection of information on player sessions created in response to the game session placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.placementId(String placementId)
Unique identifier for a game session placement.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.playerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.playerLatencies(Consumer<PlayerLatency.Builder>... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.playerLatencies(PlayerLatency... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.port(Integer port)
Port number for the game session.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.startTime(Instant startTime)
Time stamp indicating when this request was placed in the queue.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.status(GameSessionPlacementState status)
Current status of the game session placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.status(String status)
Current status of the game session placement request.
|
GameSessionPlacement.Builder |
GameSessionPlacement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GameSessionPlacement.Builder> |
GameSessionPlacement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartGameSessionPlacementResponse.Builder |
StartGameSessionPlacementResponse.Builder.gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the newly created game session placement.
|
default DescribeGameSessionPlacementResponse.Builder |
DescribeGameSessionPlacementResponse.Builder.gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the requested game session placement.
|
default StopGameSessionPlacementResponse.Builder |
StopGameSessionPlacementResponse.Builder.gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)
Object that describes the canceled game session placement, with
CANCELLED status and an end time
stamp. |
Copyright © 2019. All rights reserved.