public static interface DesiredPlayerSession.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
DesiredPlayerSession.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.