Interface ChangeProgressStage.Builder

    • Method Detail

      • name

        ChangeProgressStage.Builder name​(String name)

        The name of the stage.

        Parameters:
        name - The name of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ChangeProgressStage.Builder status​(String status)

        The status of the stage.

        Parameters:
        status - The status of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ChangeProgressStage.Builder description​(String description)

        The description of the stage.

        Parameters:
        description - The description of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdated

        ChangeProgressStage.Builder lastUpdated​(Instant lastUpdated)

        The most recent updated timestamp of the stage.

        Parameters:
        lastUpdated - The most recent updated timestamp of the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.