@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-06T15:17:33.895Z") @Stability(value=Stable) public interface AfterwardsOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AfterwardsOptions.Builder
A builder for
AfterwardsOptions |
static class |
AfterwardsOptions.Jsii$Proxy
An implementation for
AfterwardsOptions |
| Modifier and Type | Method and Description |
|---|---|
static AfterwardsOptions.Builder |
builder() |
default Boolean |
getIncludeErrorHandlers()
Whether to include error handling states.
|
default Boolean |
getIncludeOtherwise()
Whether to include the default/otherwise transition for the current Choice state.
|
@Stability(value=Stable) @Nullable default Boolean getIncludeErrorHandlers()
If this is true, all states which are error handlers (added through 'onError') and states reachable via error handlers will be included as well.
Default: false
@Stability(value=Stable) @Nullable default Boolean getIncludeOtherwise()
If this is true and the current Choice does not have a default outgoing transition, one will be added included when .next() is called on the chain.
Default: false
@Stability(value=Stable) static AfterwardsOptions.Builder builder()
AfterwardsOptions.Builder of AfterwardsOptionsCopyright © 2021. All rights reserved.