Interface MatchedPlayerSession.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MatchedPlayerSession.Builder,MatchedPlayerSession>,SdkBuilder<MatchedPlayerSession.Builder,MatchedPlayerSession>,SdkPojo
- Enclosing class:
- MatchedPlayerSession
public static interface MatchedPlayerSession.Builder extends SdkPojo, CopyableBuilder<MatchedPlayerSession.Builder,MatchedPlayerSession>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchedPlayerSession.BuilderplayerId(String playerId)A unique identifier for a playerMatchedPlayerSession.BuilderplayerSessionId(String playerSessionId)A unique identifier for a player session-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
playerId
MatchedPlayerSession.Builder playerId(String playerId)
A unique identifier for a player
- Parameters:
playerId- A unique identifier for a player- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
playerSessionId
MatchedPlayerSession.Builder playerSessionId(String playerSessionId)
A unique identifier for a player session
- Parameters:
playerSessionId- A unique identifier for a player session- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-