Interface PipelineSummary.Builder

    • Method Detail

      • pipelineName

        PipelineSummary.Builder pipelineName​(String pipelineName)

        The name of the pipeline.

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

        PipelineSummary.Builder reprocessingSummaries​(Collection<ReprocessingSummary> reprocessingSummaries)

        A summary of information about the pipeline reprocessing.

        Parameters:
        reprocessingSummaries - A summary of information about the pipeline reprocessing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reprocessingSummaries

        PipelineSummary.Builder reprocessingSummaries​(ReprocessingSummary... reprocessingSummaries)

        A summary of information about the pipeline reprocessing.

        Parameters:
        reprocessingSummaries - A summary of information about the pipeline reprocessing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        PipelineSummary.Builder creationTime​(Instant creationTime)

        When the pipeline was created.

        Parameters:
        creationTime - When the pipeline was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        PipelineSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        When the pipeline was last updated.

        Parameters:
        lastUpdateTime - When the pipeline was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.