Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RetryStageExecutionResponse.Builder
-
Packages that use RetryStageExecutionResponse.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RetryStageExecutionResponse.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RetryStageExecutionResponse.Builder Modifier and Type Method Description static RetryStageExecutionResponse.BuilderRetryStageExecutionResponse. builder()RetryStageExecutionResponse.BuilderRetryStageExecutionResponse.Builder. pipelineExecutionId(String pipelineExecutionId)The ID of the current workflow execution in the failed stage.RetryStageExecutionResponse.BuilderRetryStageExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RetryStageExecutionResponse.Builder Modifier and Type Method Description static Class<? extends RetryStageExecutionResponse.Builder>RetryStageExecutionResponse. serializableBuilderClass()
-