Interface FleetStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FleetStatus.Builder,
,FleetStatus> SdkBuilder<FleetStatus.Builder,
,FleetStatus> SdkPojo
- Enclosing class:
FleetStatus
-
Method Summary
Modifier and TypeMethodDescriptionAdditional information about a compute fleet.context
(FleetContextCode context) Additional information about a compute fleet.A message associated with the status of a compute fleet.statusCode
(String statusCodeValue) The status code of the compute fleet.statusCode
(FleetStatusCode statusCodeValue) The status code of the compute fleet.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, sdkFields
-
Method Details
-
statusCode
The status code of the compute fleet. Valid values include:
-
CREATING
: The compute fleet is being created. -
UPDATING
: The compute fleet is being updated. -
ROTATING
: The compute fleet is being rotated. -
PENDING_DELETION
: The compute fleet is pending deletion. -
DELETING
: The compute fleet is being deleted. -
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_ROLLBACK_FAILED
: The compute fleet has failed to update and could not rollback to previous state. -
ACTIVE
: The compute fleet has succeeded and is active.
- Parameters:
statusCodeValue
- The status code of the compute fleet. Valid values include:-
CREATING
: The compute fleet is being created. -
UPDATING
: The compute fleet is being updated. -
ROTATING
: The compute fleet is being rotated. -
PENDING_DELETION
: The compute fleet is pending deletion. -
DELETING
: The compute fleet is being deleted. -
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_ROLLBACK_FAILED
: The compute fleet has failed to update and could not rollback to previous state. -
ACTIVE
: The compute fleet has succeeded and is active.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
statusCode
The status code of the compute fleet. Valid values include:
-
CREATING
: The compute fleet is being created. -
UPDATING
: The compute fleet is being updated. -
ROTATING
: The compute fleet is being rotated. -
PENDING_DELETION
: The compute fleet is pending deletion. -
DELETING
: The compute fleet is being deleted. -
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_ROLLBACK_FAILED
: The compute fleet has failed to update and could not rollback to previous state. -
ACTIVE
: The compute fleet has succeeded and is active.
- Parameters:
statusCodeValue
- The status code of the compute fleet. Valid values include:-
CREATING
: The compute fleet is being created. -
UPDATING
: The compute fleet is being updated. -
ROTATING
: The compute fleet is being rotated. -
PENDING_DELETION
: The compute fleet is pending deletion. -
DELETING
: The compute fleet is being deleted. -
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_ROLLBACK_FAILED
: The compute fleet has failed to update and could not rollback to previous state. -
ACTIVE
: The compute fleet has succeeded and is active.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
context
Additional information about a compute fleet. Valid values include:
-
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_FAILED
: The compute fleet has failed to update.
- Parameters:
context
- Additional information about a compute fleet. Valid values include:-
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_FAILED
: The compute fleet has failed to update.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
context
Additional information about a compute fleet. Valid values include:
-
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_FAILED
: The compute fleet has failed to update.
- Parameters:
context
- Additional information about a compute fleet. Valid values include:-
CREATE_FAILED
: The compute fleet has failed to create. -
UPDATE_FAILED
: The compute fleet has failed to update.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
message
A message associated with the status of a compute fleet.
- Parameters:
message
- A message associated with the status of a compute fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-