public static interface DesiredPlayerSession.Builder extends CopyableBuilder<DesiredPlayerSession.Builder,DesiredPlayerSession>
| Modifier and Type | Method and Description |
|---|---|
DesiredPlayerSession.Builder |
playerData(String playerData)
Developer-defined information related to a player.
|
DesiredPlayerSession.Builder |
playerId(String playerId)
Unique identifier for a player to associate with the player session.
|
copyapply, buildDesiredPlayerSession.Builder playerId(String playerId)
Unique identifier for a player to associate with the player session.
playerId - Unique identifier for a player to associate with the player session.DesiredPlayerSession.Builder playerData(String playerData)
Developer-defined information related to a player. Amazon GameLift does not use this data, so it can be formatted as needed for use in the game.
playerData - Developer-defined information related to a player. Amazon GameLift does not use this data, so it can
be formatted as needed for use in the game.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.