Interface PipelineSummary.Builder

    • Method Detail

      • pipelineArn

        PipelineSummary.Builder pipelineArn​(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.
      • pipelineDisplayName

        PipelineSummary.Builder pipelineDisplayName​(String pipelineDisplayName)

        The display name of the pipeline.

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

        PipelineSummary.Builder pipelineDescription​(String pipelineDescription)

        The description of the pipeline.

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

        PipelineSummary.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) that the pipeline used to execute.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) that the pipeline used to execute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        PipelineSummary.Builder creationTime​(Instant creationTime)

        The creation time of the pipeline.

        Parameters:
        creationTime - The creation time of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        PipelineSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The time that the pipeline was last modified.

        Parameters:
        lastModifiedTime - The time that the pipeline was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastExecutionTime

        PipelineSummary.Builder lastExecutionTime​(Instant lastExecutionTime)

        The last time that a pipeline execution began.

        Parameters:
        lastExecutionTime - The last time that a pipeline execution began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.