static PlayerSession.Builder |
PlayerSession.builder() |
|
PlayerSession.Builder |
PlayerSession.Builder.creationTime(Instant creationTime) |
A time stamp indicating when this data object was created.
|
PlayerSession.Builder |
PlayerSession.Builder.dnsName(String dnsName) |
The DNS identifier assigned to the instance that is running the game session.
|
PlayerSession.Builder |
PlayerSession.Builder.fleetArn(String fleetArn) |
The Amazon Resource Name ( ARN) associated with the
GameLift fleet that the player's game session is running on.
|
PlayerSession.Builder |
PlayerSession.Builder.fleetId(String fleetId) |
A unique identifier for the fleet that the player's game session is running on.
|
PlayerSession.Builder |
PlayerSession.Builder.gameSessionId(String gameSessionId) |
A unique identifier for the game session that the player session is connected to.
|
PlayerSession.Builder |
PlayerSession.Builder.ipAddress(String ipAddress) |
The IP address of the game session.
|
PlayerSession.Builder |
PlayerSession.Builder.playerData(String playerData) |
Developer-defined information related to a player.
|
PlayerSession.Builder |
PlayerSession.Builder.playerId(String playerId) |
A unique identifier for a player that is associated with this player session.
|
PlayerSession.Builder |
PlayerSession.Builder.playerSessionId(String playerSessionId) |
A unique identifier for a player session.
|
PlayerSession.Builder |
PlayerSession.Builder.port(Integer port) |
Port number for the game session.
|
PlayerSession.Builder |
PlayerSession.Builder.status(String status) |
Current status of the player session.
|
PlayerSession.Builder |
PlayerSession.Builder.status(PlayerSessionStatus status) |
Current status of the player session.
|
PlayerSession.Builder |
PlayerSession.Builder.terminationTime(Instant terminationTime) |
A time stamp indicating when this data object was terminated.
|
PlayerSession.Builder |
PlayerSession.toBuilder() |
|