Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.states |
Modifier and Type | Method and Description |
---|---|
static Catcher.Builder |
StepFunctionBuilder.catcher()
Catches an error from a
ParallelState or a TaskState and transitions into the specified recovery state. |
Modifier and Type | Method and Description |
---|---|
static Catcher.Builder |
Catcher.builder() |
Catcher.Builder |
Catcher.Builder.catchAll()
Makes this catcher handle all errors.
|
Catcher.Builder |
Catcher.Builder.errorEquals(String... errorEquals)
Adds to the error codes that this catcher handles.
|
Catcher.Builder |
Catcher.Builder.resultPath(String resultPath) |
Catcher.Builder |
Catcher.Builder.transition(NextStateTransition.Builder transition)
Sets the transition that will occur if this catcher is evaluated.
|
Modifier and Type | Method and Description |
---|---|
TaskState.Builder |
TaskState.Builder.catcher(Catcher.Builder catcherBuilder)
OPTIONAL.
|
MapState.Builder |
MapState.Builder.catcher(Catcher.Builder catcherBuilder)
OPTIONAL.
|
ParallelState.Builder |
ParallelState.Builder.catcher(Catcher.Builder catcherBuilder)
OPTIONAL.
|
TaskState.Builder |
TaskState.Builder.catchers(Catcher.Builder... catcherBuilders)
OPTIONAL.
|
MapState.Builder |
MapState.Builder.catchers(Catcher.Builder... catcherBuilders)
OPTIONAL.
|
ParallelState.Builder |
ParallelState.Builder.catchers(Catcher.Builder... catcherBuilders)
OPTIONAL.
|
Copyright © 2023. All rights reserved.