Interface ChangeProgressStatus.Builder

    • Method Detail

      • startTime

        ChangeProgressStatus.Builder startTime​(Instant startTime)

        The time at which the configuration change is made on the pipeline.

        Parameters:
        startTime - The time at which the configuration change is made on the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalNumberOfStages

        ChangeProgressStatus.Builder totalNumberOfStages​(Integer totalNumberOfStages)

        The total number of stages required for the pipeline configuration change.

        Parameters:
        totalNumberOfStages - The total number of stages required for the pipeline configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeProgressStages

        ChangeProgressStatus.Builder changeProgressStages​(Collection<ChangeProgressStage> changeProgressStages)

        Information about the stages that the pipeline is going through to perform the configuration change.

        Parameters:
        changeProgressStages - Information about the stages that the pipeline is going through to perform the configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeProgressStages

        ChangeProgressStatus.Builder changeProgressStages​(ChangeProgressStage... changeProgressStages)

        Information about the stages that the pipeline is going through to perform the configuration change.

        Parameters:
        changeProgressStages - Information about the stages that the pipeline is going through to perform the configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.