| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.builder() |
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.dnsName(String dnsName)
The DNS identifier assigned to the instance that is running the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.gameSessionArn(String gameSessionArn)
A unique identifier for the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.ipAddress(String ipAddress)
The IP address of the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(Collection<MatchedPlayerSession> matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(Consumer<MatchedPlayerSession.Builder>... matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.matchedPlayerSessions(MatchedPlayerSession... matchedPlayerSessions)
A collection of player session IDs, one for each player ID that was included in the original matchmaking
request.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.Builder.port(Integer port)
The port number for the game session.
|
GameSessionConnectionInfo.Builder |
GameSessionConnectionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GameSessionConnectionInfo.Builder> |
GameSessionConnectionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MatchmakingTicket.Builder |
MatchmakingTicket.Builder.gameSessionConnectionInfo(Consumer<GameSessionConnectionInfo.Builder> gameSessionConnectionInfo)
Identifier and connection information of the game session created for the match.
|
Copyright © 2022. All rights reserved.