public static interface RetryStageExecutionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
RetryStageExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetryStageExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(StageRetryMode retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
retryMode(String retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
stageName(String stageName)
The name of the failed stage to be retried.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryStageExecutionRequest.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.
retryMode - The scope of the retry attempt.StageRetryMode,
StageRetryModeRetryStageExecutionRequest.Builder retryMode(StageRetryMode retryMode)
The scope of the retry attempt.
retryMode - The scope of the retry attempt.StageRetryMode,
StageRetryModeRetryStageExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRetryStageExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.