Interface ChangeProgressStage.Builder

    • Method Detail

      • name

        ChangeProgressStage.Builder name​(String name)

        The name of the specific progress stage.

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

        ChangeProgressStage.Builder status​(String status)

        The overall status of a specific progress stage.

        Parameters:
        status - The overall status of a specific progress 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 progress stage.

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

        ChangeProgressStage.Builder lastUpdated​(Instant lastUpdated)

        The last updated timestamp of the progress stage.

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