Interface ProjectStatus.Builder

    • Method Detail

      • state

        ProjectStatus.Builder state​(String state)

        The phase of completion for a project creation or deletion.

        Parameters:
        state - The phase of completion for a project creation or deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        ProjectStatus.Builder reason​(String reason)

        In the case of a project creation or deletion failure, a reason for the failure.

        Parameters:
        reason - In the case of a project creation or deletion failure, a reason for the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.