| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default RetryStageExecutionResponse |
CodePipelineClient.retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest)
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
default CompletableFuture<RetryStageExecutionResponse> |
CodePipelineAsyncClient.retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest)
You can retry a stage that has failed without having to run a pipeline again from the beginning.
|
| Modifier and Type | Method and Description |
|---|---|
static RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.builder() |
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried.
|
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.pipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
|
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.retryMode(StageRetryMode retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.retryMode(String retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.Builder.stageName(String stageName)
The name of the failed stage to be retried.
|
RetryStageExecutionRequest.Builder |
RetryStageExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RetryStageExecutionRequest.Builder> |
RetryStageExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.