CopyableBuilder<StageExecution.Builder,StageExecution>, SdkBuilder<StageExecution.Builder,StageExecution>public static interface StageExecution.Builder extends CopyableBuilder<StageExecution.Builder,StageExecution>
| Modifier and Type | Method | Description |
|---|---|---|
StageExecution.Builder |
pipelineExecutionId(String 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.
|
StageExecution.Builder |
status(StageExecutionStatus 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.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.StageExecutionStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.