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.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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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:
-
-