Interface LocationState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LocationState.Builder,,LocationState> SdkBuilder<LocationState.Builder,,LocationState> SdkPojo
- Enclosing class:
LocationState
-
Method Summary
Modifier and TypeMethodDescriptionThe fleet location, expressed as an Amazon Web Services Region code such asus-west-2.playerGatewayStatus(String playerGatewayStatus) The current status of player gateway in this location for this fleet.playerGatewayStatus(PlayerGatewayStatus playerGatewayStatus) The current status of player gateway in this location for this fleet.The life-cycle status of a fleet location.status(FleetStatus status) The life-cycle status of a fleet location.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
-
location
The fleet location, expressed as an Amazon Web Services Region code such as
us-west-2.- Parameters:
location- The fleet location, expressed as an Amazon Web Services Region code such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The life-cycle status of a fleet location.
- Parameters:
status- The life-cycle status of a fleet location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The life-cycle status of a fleet location.
- Parameters:
status- The life-cycle status of a fleet location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
playerGatewayStatus
The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as
ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.Possible values include:
-
ENABLED-- Player gateway is available for this fleet location. -
DISABLED-- Player gateway is not available for this fleet location.
- Parameters:
playerGatewayStatus- The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured asENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.Possible values include:
-
ENABLED-- Player gateway is available for this fleet location. -
DISABLED-- Player gateway is not available for this fleet location.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
playerGatewayStatus
The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured as
ENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.Possible values include:
-
ENABLED-- Player gateway is available for this fleet location. -
DISABLED-- Player gateway is not available for this fleet location.
- Parameters:
playerGatewayStatus- The current status of player gateway in this location for this fleet. Note, even if a fleet has PlayerGatewayMode configured asENABLED, player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see Amazon GameLift Servers service locations.Possible values include:
-
ENABLED-- Player gateway is available for this fleet location. -
DISABLED-- Player gateway is not available for this fleet location.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-