CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
, SdkBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
public static interface PipelineExecutionSummary.Builder extends CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
Modifier and Type | Method | Description |
---|---|---|
PipelineExecutionSummary.Builder |
lastUpdateTime(Date 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(Date startTime) |
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionSummary.Builder |
status(String status) |
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
status(PipelineExecutionStatus status) |
The status of the pipeline execution.
|
copy
apply, build
PipelineExecutionSummary.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 completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
PipelineExecutionStatus
PipelineExecutionSummary.Builder status(PipelineExecutionStatus status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
PipelineExecutionStatus
PipelineExecutionSummary.Builder startTime(Date 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(Date 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.