Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StepFunctionInvokeAction.Builder
-
Uses of StepFunctionInvokeAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionStepFunctionInvokeAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.StepFunctionInvokeAction.Builder.create()
StepFunctionInvokeAction.Builder.executionNamePrefix
(String executionNamePrefix) Prefix (optional).The optional output Artifact of the Action.The Role in which context's this Action will be executing in.The runOrder property for this Action.StepFunctionInvokeAction.Builder.stateMachine
(IStateMachine stateMachine) The state machine to invoke.StepFunctionInvokeAction.Builder.stateMachineInput
(StateMachineInput stateMachineInput) Represents the input to the StateMachine.StepFunctionInvokeAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.