Uses of Class
software.amazon.awscdk.services.codepipeline.actions.PipelineInvokeAction.Builder
Packages that use PipelineInvokeAction.Builder
-
Uses of PipelineInvokeAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return PipelineInvokeAction.BuilderModifier and TypeMethodDescriptionPipelineInvokeAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.static PipelineInvokeAction.Builder
PipelineInvokeAction.Builder.create()
The Role in which context's this Action will be executing in.The runOrder property for this Action.PipelineInvokeAction.Builder.sourceRevisions
(List<? extends SourceRevision> sourceRevisions) The source revisions that you want the target pipeline to use when it is started by the invoking pipeline.PipelineInvokeAction.Builder.targetPipeline
(IPipeline targetPipeline) The pipeline that will, upon running, start the current target pipeline.The names and values of variables that you want the action to support.PipelineInvokeAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.