| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.comment(String comment)
An optional description for this state.
|
static Task.Builder |
Task.Builder.create(Construct scope,
String id)
EXPERIMENTAL
|
Task.Builder |
Task.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
Task.Builder |
Task.Builder.outputPath(String outputPath)
JSONPath expression to select part of the state to be the output to this state.
|
Task.Builder |
Task.Builder.parameters(Map<String,Object> parameters)
Parameters to invoke the task with.
|
Task.Builder |
Task.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
Task.Builder |
Task.Builder.task(IStepFunctionsTask task)
Actual task to be invoked in this workflow.
|
Task.Builder |
Task.Builder.timeout(Duration timeout)
Maximum run time of this state.
|
Copyright © 2020. All rights reserved.