CopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>
, SdkBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>
public static interface PlacedPlayerSession.Builder extends CopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>
Modifier and Type | Method | Description |
---|---|---|
PlacedPlayerSession.Builder |
playerId(String playerId) |
Unique identifier for a player that is associated with this player session.
|
PlacedPlayerSession.Builder |
playerSessionId(String playerSessionId) |
Unique identifier for a player session.
|
copy
apply, build
PlacedPlayerSession.Builder playerId(String playerId)
Unique identifier for a player that is associated with this player session.
playerId
- Unique identifier for a player that is associated with this player session.PlacedPlayerSession.Builder playerSessionId(String playerSessionId)
Unique identifier for a player session.
playerSessionId
- Unique identifier for a player session.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.