@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.423Z") @Stability(value=Experimental) public class CustomState extends State implements IChainable, INextable
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomState.Builder
(experimental) A fluent builder for
CustomState. |
software.amazon.jsii.JsiiObject.InitializationModeIChainable.Jsii$Default, IChainable.Jsii$ProxyINextable.Jsii$Default, INextable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CustomState(software.constructs.Construct scope,
String id,
CustomStateProps props) |
protected |
CustomState(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CustomState(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<INextable> |
getEndStates()
(experimental) Continuable states of this Chainable.
|
Chain |
next(IChainable next)
(experimental) Continue normal execution with the given state.
|
com.fasterxml.jackson.databind.node.ObjectNode |
toStateJson()
(experimental) Returns the Amazon States Language object for this state.
|
addBranch, addChoice, addIterator, addPrefix, bindToGraph, filterNextables, findReachableEndStates, findReachableEndStates, findReachableStates, findReachableStates, getBranches, getComment, getDefaultChoice, getId, getInputPath, getIteration, getOutputPath, getParameters, getResultPath, getResultSelector, getStartState, getStateId, makeDefault, makeNext, prefixStates, renderBranches, renderChoices, renderInputOutput, renderIterator, renderNextEnd, renderResultSelector, renderRetryCatch, setDefaultChoice, setIteration, validateState, whenBoundToGraphjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getStartStateprotected CustomState(software.amazon.jsii.JsiiObjectRef objRef)
protected CustomState(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CustomState(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CustomStateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public Chain next(@NotNull IChainable next)
@Stability(value=Experimental) @NotNull public com.fasterxml.jackson.databind.node.ObjectNode toStateJson()
toStateJson in class State@Stability(value=Experimental) @NotNull public List<INextable> getEndStates()
getEndStates in interface IChainablegetEndStates in class StateCopyright © 2021. All rights reserved.