@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.427Z") @Stability(value=Experimental) public class Pass extends State implements INextable
A Pass state can be used to transform the current exeuction's state.
| Modifier and Type | Class and Description |
|---|---|
static class |
Pass.Builder
(experimental) A fluent builder for
Pass. |
software.amazon.jsii.JsiiObject.InitializationModeINextable.Jsii$Default, INextable.Jsii$ProxyIChainable.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
Pass(software.constructs.Construct scope,
String id) |
|
Pass(software.constructs.Construct scope,
String id,
PassProps props) |
protected |
Pass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Pass(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) 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, 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, jsiiStaticSetprotected Pass(software.amazon.jsii.JsiiObjectRef objRef)
protected Pass(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Pass(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
PassProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public Pass(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - 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.