public static interface MatchedPlayerSession.Builder extends CopyableBuilder<MatchedPlayerSession.Builder,MatchedPlayerSession>
| Modifier and Type | Method and Description |
|---|---|
MatchedPlayerSession.Builder |
playerId(String playerId)
Unique identifier for a player
|
MatchedPlayerSession.Builder |
playerSessionId(String playerSessionId)
Unique identifier for a player session
|
copyapply, buildMatchedPlayerSession.Builder playerId(String playerId)
Unique identifier for a player
playerId - Unique identifier for a playerMatchedPlayerSession.Builder playerSessionId(String playerSessionId)
Unique identifier for a player session
playerSessionId - Unique identifier for a player sessionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.