Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StepFunctionsInvokeActionProps.Builder
-
Uses of StepFunctionsInvokeActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionStepFunctionsInvokeActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
StepFunctionsInvokeActionProps.builder()
StepFunctionsInvokeActionProps.Builder.executionNamePrefix
(String executionNamePrefix) Sets the value ofStepFunctionsInvokeActionProps.getExecutionNamePrefix()
Sets the value ofStepFunctionsInvokeActionProps.getOutput()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
StepFunctionsInvokeActionProps.Builder.stateMachine
(IStateMachine stateMachine) Sets the value ofStepFunctionsInvokeActionProps.getStateMachine()
StepFunctionsInvokeActionProps.Builder.stateMachineInput
(StateMachineInput stateMachineInput) Sets the value ofStepFunctionsInvokeActionProps.getStateMachineInput()
StepFunctionsInvokeActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStepFunctionsInvokeActionProps.Builder
.