Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionContext.Builder
-
Packages that use ActionContext.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionContext.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionContext.Builder Modifier and Type Method Description ActionContext.BuilderActionContext.Builder. actionExecutionId(String actionExecutionId)The system-generated unique ID that corresponds to an action's execution.static ActionContext.BuilderActionContext. builder()ActionContext.BuilderActionContext.Builder. name(String name)The name of the action in the context of a job.ActionContext.BuilderActionContext. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionContext.Builder Modifier and Type Method Description static Class<? extends ActionContext.Builder>ActionContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionContext.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.
-