public static interface PipelineExecutionSummary.Builder extends CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
|
PipelineExecutionSummary.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecutionSummary.Builder |
startTime(Instant startTime)
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionSummary.Builder |
status(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
status(String status)
The status of the pipeline execution.
|
copyapply, buildPipelineExecutionSummary.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
pipelineExecutionId - The ID of the pipeline execution.PipelineExecutionSummary.Builder status(String status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status - The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder status(PipelineExecutionStatus status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status - The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder startTime(Instant startTime)
The date and time when the pipeline execution began, in timestamp format.
startTime - The date and time when the pipeline execution began, in timestamp format.PipelineExecutionSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
lastUpdateTime - The date and time of the last change to the pipeline execution, in timestamp format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.