Uses of Class
software.amazon.awscdk.services.stepfunctions.SingleStateOptions.Builder
Packages that use SingleStateOptions.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of SingleStateOptions.Builder in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return SingleStateOptions.BuilderModifier and TypeMethodDescriptionSets the value ofParallelProps.getArguments()
Sets the value ofAssignableStateOptions.getAssign()
static SingleStateOptions.Builder
SingleStateOptions.builder()
Sets the value ofStateBaseProps.getComment()
Sets the value ofJsonPathCommonOptions.getInputPath()
SingleStateOptions.Builder.outputPath
(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()
Sets the value ofJsonataCommonOptions.getOutputs()
SingleStateOptions.Builder.parameters
(Map<String, ? extends Object> parameters) Sets the value ofParallelProps.getParameters()
SingleStateOptions.Builder.prefixStates
(String prefixStates) Sets the value ofSingleStateOptions.getPrefixStates()
SingleStateOptions.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
SingleStateOptions.Builder.resultPath
(String resultPath) Sets the value ofParallelProps.getResultPath()
SingleStateOptions.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofParallelProps.getResultSelector()
Sets the value ofSingleStateOptions.getStateId()
Sets the value ofStateBaseProps.getStateName()
Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type SingleStateOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(SingleStateOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theSingleStateOptions.Builder
.