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