Interface PipelineSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>, SdkBuilder<PipelineSummary.Builder,PipelineSummary>, SdkPojo
Enclosing class:
PipelineSummary

public static interface PipelineSummary.Builder extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
  • Method Details

    • 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.