JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class FleetStatus

    • Constructor Detail

      • FleetStatus

        public FleetStatus()
    • Method Detail

      • setStatusCode

        public void setStatusCode(String 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:
        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.

        See Also:
        FleetStatusCode
      • getStatusCode

        public String getStatusCode()

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

        See Also:
        FleetStatusCode
      • withStatusCode

        public FleetStatus withStatusCode(String 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:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStatusCode
      • withStatusCode

        public FleetStatus withStatusCode(FleetStatusCode 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:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStatusCode
      • setContext

        public void setContext(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.

        See Also:
        FleetContextCode
      • getContext

        public String getContext()

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

        See Also:
        FleetContextCode
      • withContext

        public FleetStatus withContext(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
      • withContext

        public FleetStatus withContext(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
      • setMessage

        public void setMessage(String message)

        A message associated with the status of a compute fleet.

        Parameters:
        message - A message associated with the status of a compute fleet.
      • getMessage

        public String getMessage()

        A message associated with the status of a compute fleet.

        Returns:
        A message associated with the status of a compute fleet.
      • withMessage

        public FleetStatus withMessage(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /