Uses of Interface
software.amazon.awssdk.services.codepipeline.model.StageContext.Builder
-
Packages that use StageContext.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageContext.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageContext.Builder Modifier and Type Method Description static StageContext.BuilderStageContext. builder()StageContext.BuilderStageContext.Builder. name(String name)The name of the stage.StageContext.BuilderStageContext. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageContext.Builder Modifier and Type Method Description static Class<? extends StageContext.Builder>StageContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StageContext.Builder Modifier and Type Method Description default PipelineContext.BuilderPipelineContext.Builder. stage(Consumer<StageContext.Builder> stage)The stage of the pipeline.
-