@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.406Z") @Stability(value=Experimental) 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()
(experimental) Whether to include error handling states.
|
default Boolean |
getIncludeOtherwise()
(experimental) Whether to include the default/otherwise transition for the current Choice state.
|
@Stability(value=Experimental) @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=Experimental) @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=Experimental) static AfterwardsOptions.Builder builder()
AfterwardsOptions.Builder of AfterwardsOptionsCopyright © 2021. All rights reserved.