| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static Player.Builder |
Player.builder() |
Player.Builder |
Player.Builder.latencyInMs(Map<String,Integer> latencyInMs)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS regions.
|
Player.Builder |
Player.Builder.playerAttributes(Map<String,AttributeValue> playerAttributes)
Collection of key:value pairs containing player information for use in matchmaking.
|
Player.Builder |
Player.Builder.playerId(String playerId)
Unique identifier for a player
|
Player.Builder |
Player.Builder.team(String team)
Name of the team that the player is assigned to in a match.
|
Player.Builder |
Player.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Player.Builder> |
Player.serializableBuilderClass() |
Copyright © 2019. All rights reserved.