Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.states |
Modifier and Type | Method and Description |
---|---|
static NextStateTransition.Builder |
StepFunctionBuilder.next(String nextStateName)
A transition to another state in the state machine.
|
Modifier and Type | Method and Description |
---|---|
static NextStateTransition.Builder |
NextStateTransition.builder() |
NextStateTransition.Builder |
NextStateTransition.Builder.nextStateName(String nextStateName)
REQUIRED.
|
Modifier and Type | Method and Description |
---|---|
Catcher.Builder |
Catcher.Builder.transition(NextStateTransition.Builder transition)
Sets the transition that will occur if this catcher is evaluated.
|
Choice.Builder |
Choice.Builder.transition(NextStateTransition.Builder transition)
REQUIRED.
|
Copyright © 2023. All rights reserved.