Interface PlacedPlayerSession.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>,SdkBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>,SdkPojo
- Enclosing class:
- PlacedPlayerSession
public static interface PlacedPlayerSession.Builder extends SdkPojo, CopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlacedPlayerSession.BuilderplayerId(String playerId)A unique identifier for a player that is associated with this player session.PlacedPlayerSession.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
PlacedPlayerSession.Builder playerId(String playerId)
A unique identifier for a player that is associated with this player session.
- Parameters:
playerId- A unique identifier for a player that is associated with this player session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
playerSessionId
PlacedPlayerSession.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.
-
-