| Modifier and Type | Method and Description |
|---|---|
Map.Builder |
Map.Builder.comment(String comment)
An optional description for this state.
|
static Map.Builder |
Map.Builder.create(Construct scope,
String id)
EXPERIMENTAL
|
Map.Builder |
Map.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
Map.Builder |
Map.Builder.itemsPath(String itemsPath)
JSONPath expression to select the array to iterate over.
|
Map.Builder |
Map.Builder.maxConcurrency(Number maxConcurrency)
MaxConcurrency.
|
Map.Builder |
Map.Builder.outputPath(String outputPath)
JSONPath expression to select part of the state to be the output to this state.
|
Map.Builder |
Map.Builder.parameters(Map<String,Object> parameters)
The JSON that you want to override your default iteration input.
|
Map.Builder |
Map.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
Copyright © 2020. All rights reserved.