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.
|
copy
apply, build
StageExecution.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
StageExecution.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.