Interface FleetStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FleetStatus.Builder,FleetStatus>, SdkBuilder<FleetStatus.Builder,FleetStatus>, SdkPojo
Enclosing class:
FleetStatus

public static interface FleetStatus.Builder extends SdkPojo, CopyableBuilder<FleetStatus.Builder,FleetStatus>
  • Method Details

    • statusCode

      FleetStatus.Builder statusCode(String 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.

      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

      FleetStatus.Builder statusCode(FleetStatusCode 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.

      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

      FleetStatus.Builder context(String 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

      FleetStatus.Builder message(String 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.