Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RetryStageExecutionRequest.Builder
-
Packages that use RetryStageExecutionRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of RetryStageExecutionRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type RetryStageExecutionRequest.Builder Modifier and Type Method Description 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.default RetryStageExecutionResponseCodePipelineClient. retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest)You can retry a stage that has failed without having to run a pipeline again from the beginning. -
Uses of RetryStageExecutionRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RetryStageExecutionRequest.Builder Modifier and Type Method Description static RetryStageExecutionRequest.BuilderRetryStageExecutionRequest. builder()RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. pipelineExecutionId(String pipelineExecutionId)The ID of the pipeline execution in the failed stage to be retried.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. pipelineName(String pipelineName)The name of the pipeline that contains the failed stage.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. retryMode(String retryMode)The scope of the retry attempt.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. retryMode(StageRetryMode retryMode)The scope of the retry attempt.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest.Builder. stageName(String stageName)The name of the failed stage to be retried.RetryStageExecutionRequest.BuilderRetryStageExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RetryStageExecutionRequest.Builder Modifier and Type Method Description static Class<? extends RetryStageExecutionRequest.Builder>RetryStageExecutionRequest. serializableBuilderClass()
-