public static interface PipelineSummary.Builder extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary.Builder |
creationTime(Instant creationTime)
The creation time of the pipeline.
|
PipelineSummary.Builder |
lastExecutionTime(Instant lastExecutionTime)
The last time that a pipeline execution began.
|
PipelineSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.
|
PipelineSummary.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineSummary.Builder |
pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
PipelineSummary.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
PipelineSummary.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline used to execute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineSummary.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.PipelineSummary.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.PipelineSummary.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.PipelineSummary.Builder pipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription - The description of the pipeline.PipelineSummary.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline used to execute.
roleArn - The Amazon Resource Name (ARN) that the pipeline used to execute.PipelineSummary.Builder creationTime(Instant creationTime)
The creation time of the pipeline.
creationTime - The creation time of the pipeline.PipelineSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.
lastModifiedTime - The time that the pipeline was last modified.PipelineSummary.Builder lastExecutionTime(Instant lastExecutionTime)
The last time that a pipeline execution began.
lastExecutionTime - The last time that a pipeline execution began.Copyright © 2021. All rights reserved.