Interface PlayerConnectionEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PlayerConnectionEndpoint.Builder,,PlayerConnectionEndpoint> SdkBuilder<PlayerConnectionEndpoint.Builder,,PlayerConnectionEndpoint> SdkPojo
- Enclosing class:
PlayerConnectionEndpoint
@Mutable
@NotThreadSafe
public static interface PlayerConnectionEndpoint.Builder
extends SdkPojo, CopyableBuilder<PlayerConnectionEndpoint.Builder,PlayerConnectionEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionIP address for connecting to the game session.Port number for connecting to the game session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ipAddress
IP address for connecting to the game session. When player gateway is enabled, this is a player gateway IP address. When player gateway is disabled, this is the game server IP address.
- Parameters:
ipAddress- IP address for connecting to the game session. When player gateway is enabled, this is a player gateway IP address. When player gateway is disabled, this is the game server IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
Port number for connecting to the game session. When player gateway is enabled, this is a player gateway port. When player gateway is disabled, this is the game server port.
- Parameters:
port- Port number for connecting to the game session. When player gateway is enabled, this is a player gateway port. When player gateway is disabled, this is the game server port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-