Interface RetryStageExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>,SdkBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RetryStageExecutionRequest
public static interface RetryStageExecutionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<RetryStageExecutionRequest.Builder,RetryStageExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetryStageExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RetryStageExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RetryStageExecutionRequest.BuilderpipelineExecutionId(String pipelineExecutionId)The ID of the pipeline execution in the failed stage to be retried.RetryStageExecutionRequest.BuilderpipelineName(String pipelineName)The name of the pipeline that contains the failed stage.RetryStageExecutionRequest.BuilderretryMode(String retryMode)The scope of the retry attempt.RetryStageExecutionRequest.BuilderretryMode(StageRetryMode retryMode)The scope of the retry attempt.RetryStageExecutionRequest.BuilderstageName(String stageName)The name of the failed stage to be retried.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineName
RetryStageExecutionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
- Parameters:
pipelineName- The name of the pipeline that contains the failed stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
RetryStageExecutionRequest.Builder stageName(String stageName)
The name of the failed stage to be retried.
- Parameters:
stageName- The name of the failed stage to be retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionId
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryMode
RetryStageExecutionRequest.Builder retryMode(String retryMode)
The scope of the retry attempt.
- Parameters:
retryMode- The scope of the retry attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StageRetryMode,StageRetryMode
-
retryMode
RetryStageExecutionRequest.Builder retryMode(StageRetryMode retryMode)
The scope of the retry attempt.
- Parameters:
retryMode- The scope of the retry attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StageRetryMode,StageRetryMode
-
overrideConfiguration
RetryStageExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RetryStageExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-