Interface ProjectStatus.Builder

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

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

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