public static interface StageExecution.Builder extends CopyableBuilder<StageExecution.Builder,StageExecution>
| Modifier and Type | Method and Description |
|---|---|
StageExecution.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution.Builder |
status(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution.Builder |
status(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
copyapply, buildStageExecution.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.StageExecution.Builder status(String status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatus,
StageExecutionStatusStageExecution.Builder status(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatus,
StageExecutionStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.