Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RollbackStageResponse.Builder
-
Packages that use RollbackStageResponse.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RollbackStageResponse.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RollbackStageResponse.Builder Modifier and Type Method Description static RollbackStageResponse.BuilderRollbackStageResponse. builder()RollbackStageResponse.BuilderRollbackStageResponse.Builder. pipelineExecutionId(String pipelineExecutionId)The execution ID of the pipeline execution for the stage that has been rolled back.RollbackStageResponse.BuilderRollbackStageResponse. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RollbackStageResponse.Builder Modifier and Type Method Description static Class<? extends RollbackStageResponse.Builder>RollbackStageResponse. serializableBuilderClass()
-