@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.915Z") @Stability(value=Experimental) public class Pass extends State implements INextable
A Pass state can be used to transform the current exeuction's state.
EXPERIMENTAL
| Modifier and Type | Class and Description |
|---|---|
static class |
Pass.Builder
A fluent builder for
Pass. |
software.amazon.jsii.JsiiObject.InitializationModeINextable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Pass(Construct scope,
String id)
EXPERIMENTAL
|
|
Pass(Construct scope,
String id,
PassProps props)
EXPERIMENTAL
|
protected |
Pass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Pass(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<INextable> |
getEndStates()
Continuable states of this Chainable.
|
Chain |
next(IChainable next)
Continue normal execution with the given state.
|
com.fasterxml.jackson.databind.node.ObjectNode |
toStateJson()
Return 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, getStartState, getStateId, makeDefault, makeNext, prefixStates, renderBranches, renderChoices, renderInputOutput, renderIterator, renderNextEnd, renderRetryCatch, setDefaultChoice, setIteration, whenBoundToGraphgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected Pass(software.amazon.jsii.JsiiObjectRef objRef)
protected Pass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Pass(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
PassProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental) @NotNull public Chain next(@NotNull IChainable next)
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public com.fasterxml.jackson.databind.node.ObjectNode toStateJson()
EXPERIMENTAL
toStateJson in class State@Stability(value=Experimental) @NotNull public List<INextable> getEndStates()
EXPERIMENTAL
getEndStates in interface IChainablegetEndStates in class StateCopyright © 2020. All rights reserved.