| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Choice |
Choice.Builder.build() |
Choice |
Choice.otherwise(IChainable def)
(experimental) If none of the given conditions match, continue execution with the given state.
|
Choice |
Choice.when(Condition condition,
IChainable next)
(experimental) If the given condition matches, continue execution with the given state.
|
Copyright © 2021. All rights reserved.