Uses of Class
software.amazon.awscdk.services.stepfunctions.SingleStateOptions.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of SingleStateOptions.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionstatic SingleStateOptions.Builder
SingleStateOptions.builder()
Sets the value ofParallelProps.getComment()
Sets the value ofParallelProps.getInputPath()
SingleStateOptions.Builder.outputPath
(String outputPath) Sets the value ofParallelProps.getOutputPath()
SingleStateOptions.Builder.prefixStates
(String prefixStates) Sets the value ofSingleStateOptions.getPrefixStates()
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 ofParallelProps.getStateName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SingleStateOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theSingleStateOptions.Builder
.