CopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
, SdkBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
public static interface RetryStageExecutionRequest.Builder extends CopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
RetryStageExecutionRequest.Builder |
pipelineExecutionId(String pipelineExecutionId) |
The ID of the pipeline execution in the failed stage to be retried.
|
RetryStageExecutionRequest.Builder |
pipelineName(String pipelineName) |
The name of the pipeline that contains the failed stage.
|
RetryStageExecutionRequest.Builder |
retryMode(String retryMode) |
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
retryMode(StageRetryMode retryMode) |
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
stageName(String stageName) |
The name of the failed stage to be retried.
|
copy
apply, build
RetryStageExecutionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
pipelineName
- The name of the pipeline that contains the failed stage.RetryStageExecutionRequest.Builder stageName(String stageName)
The name of the failed stage to be retried.
stageName
- The name of the failed stage to be retried.RetryStageExecutionRequest.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
pipelineExecutionId
- The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState
action to retrieve the current pipelineExecutionId of the failed stageRetryStageExecutionRequest.Builder retryMode(String retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
RetryStageExecutionRequest.Builder retryMode(StageRetryMode retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.