Uses of Interface
software.amazon.awssdk.services.gamelift.model.Player.Builder
-
Packages that use Player.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of Player.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Player.Builder Modifier and Type Method Description static Player.BuilderPlayer. builder()Player.BuilderPlayer.Builder. latencyInMs(Map<String,Integer> latencyInMs)A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to @aws; Regions.Player.BuilderPlayer.Builder. playerAttributes(Map<String,AttributeValue> playerAttributes)A collection of key:value pairs containing player information for use in matchmaking.Player.BuilderPlayer.Builder. playerId(String playerId)A unique identifier for a playerPlayer.BuilderPlayer.Builder. team(String team)Name of the team that the player is assigned to in a match.Player.BuilderPlayer. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Player.Builder Modifier and Type Method Description static Class<? extends Player.Builder>Player. serializableBuilderClass()
-