Uses of Interface
software.amazon.awssdk.services.codepipeline.model.PipelineContext.Builder
-
Packages that use PipelineContext.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of PipelineContext.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PipelineContext.Builder Modifier and Type Method Description default PipelineContext.BuilderPipelineContext.Builder. action(Consumer<ActionContext.Builder> action)The context of an action to a job worker in the stage of a pipeline.PipelineContext.BuilderPipelineContext.Builder. action(ActionContext action)The context of an action to a job worker in the stage of a pipeline.static PipelineContext.BuilderPipelineContext. builder()PipelineContext.BuilderPipelineContext.Builder. pipelineArn(String pipelineArn)The Amazon Resource Name (ARN) of the pipeline.PipelineContext.BuilderPipelineContext.Builder. pipelineExecutionId(String pipelineExecutionId)The execution ID of the pipeline.PipelineContext.BuilderPipelineContext.Builder. pipelineName(String pipelineName)The name of the pipeline.default PipelineContext.BuilderPipelineContext.Builder. stage(Consumer<StageContext.Builder> stage)The stage of the pipeline.PipelineContext.BuilderPipelineContext.Builder. stage(StageContext stage)The stage of the pipeline.PipelineContext.BuilderPipelineContext. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type PipelineContext.Builder Modifier and Type Method Description static Class<? extends PipelineContext.Builder>PipelineContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type PipelineContext.Builder Modifier and Type Method Description default JobData.BuilderJobData.Builder. pipelineContext(Consumer<PipelineContext.Builder> pipelineContext)Represents information about a pipeline to a job worker.default ThirdPartyJobData.BuilderThirdPartyJobData.Builder. pipelineContext(Consumer<PipelineContext.Builder> pipelineContext)Represents information about a pipeline to a job worker.
-