public static interface PipelineExecutionSummary.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary.Builder |
pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecutionSummary.Builder |
pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecutionSummary.Builder |
pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecutionSummary.Builder |
pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
startTime(Instant startTime)
The start time of the pipeline execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineExecutionSummary.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.PipelineExecutionSummary.Builder startTime(Instant startTime)
The start time of the pipeline execution.
startTime - The start time of the pipeline execution.PipelineExecutionSummary.Builder pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus - The status of the pipeline execution.PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus - The status of the pipeline execution.PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription - The description of the pipeline execution.PipelineExecutionSummary.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName - The display name of the pipeline execution.Copyright © 2021. All rights reserved.