Uses of Class
software.amazon.awscdk.services.stepfunctions.Pass.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of Pass.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionAn optional description for this state.static Pass.Builder
JSONPath expression to select part of the state to be the input to this state.Pass.Builder.outputPath
(String outputPath) JSONPath expression to select part of the state to be the output to this state.Pass.Builder.parameters
(Map<String, ? extends Object> parameters) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.If given, treat as the result of this operation.Pass.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.Optional name for this state.