@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.912Z") @Stability(value=Experimental) public interface IChainable extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
IChainable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<INextable> |
getEndStates()
The chainable end state(s) of this chainable.
|
String |
getId()
Descriptive identifier for this chainable.
|
State |
getStartState()
The start state of this chainable.
|
@Stability(value=Experimental) @NotNull List<INextable> getEndStates()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getId()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull State getStartState()
EXPERIMENTAL
Copyright © 2020. All rights reserved.