Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StepFunctionsInvokeActionProps.Builder
Packages that use StepFunctionsInvokeActionProps.Builder
-
Uses of StepFunctionsInvokeActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return StepFunctionsInvokeActionProps.BuilderModifier 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()Constructors in software.amazon.awscdk.services.codepipeline.actions with parameters of type StepFunctionsInvokeActionProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theStepFunctionsInvokeActionProps.Builder.