Interface ContainerFleetLocationAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerFleetLocationAttributes.Builder,,ContainerFleetLocationAttributes> SdkBuilder<ContainerFleetLocationAttributes.Builder,,ContainerFleetLocationAttributes> SdkPojo
- Enclosing class:
ContainerFleetLocationAttributes
-
Method Summary
Modifier and TypeMethodDescriptionA location identifier.playerGatewayStatus(String playerGatewayStatus) The current status of player gateway in this location for this container fleet.playerGatewayStatus(PlayerGatewayStatus playerGatewayStatus) The current status of player gateway in this location for this container fleet.The status of fleet activity in the location.status(ContainerFleetLocationStatus status) The status of fleet activity in the 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
A location identifier.
- Parameters:
location- A location identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
- Parameters:
status- The status of fleet activity in the location.-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of fleet activity in the location.
-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
- Parameters:
status- The status of fleet activity in the location.-
PENDING-- A new container fleet has been requested. -
CREATING-- A new container fleet resource is being created. -
CREATED-- A new container fleet resource has been created. No fleet instances have been deployed. -
ACTIVATING-- New container fleet instances are being deployed. -
ACTIVE-- The container fleet has been deployed and is ready to host game sessions. -
UPDATING-- Updates to the container fleet is being updated. A deployment is in progress.
-
- 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 container fleet. Note, even if a container 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 container fleet location. -
DISABLED-- Player gateway is not available for this container fleet location.
- Parameters:
playerGatewayStatus- The current status of player gateway in this location for this container fleet. Note, even if a container 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 container fleet location. -
DISABLED-- Player gateway is not available for this container fleet location.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
playerGatewayStatus
ContainerFleetLocationAttributes.Builder playerGatewayStatus(PlayerGatewayStatus playerGatewayStatus) The current status of player gateway in this location for this container fleet. Note, even if a container 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 container fleet location. -
DISABLED-- Player gateway is not available for this container fleet location.
- Parameters:
playerGatewayStatus- The current status of player gateway in this location for this container fleet. Note, even if a container 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 container fleet location. -
DISABLED-- Player gateway is not available for this container fleet location.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-