Interface FleetStatus.Builder

    • Method Detail

      • 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.

        • 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.

        • 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:
        FleetStatusCode, FleetStatusCode
      • 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.

        • 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.

        • 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:
        FleetStatusCode, FleetStatusCode
      • 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:
        FleetContextCode, FleetContextCode
      • context

        FleetStatus.Builder context​(FleetContextCode 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:
        FleetContextCode, FleetContextCode
      • 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.