Show / Hide Table of Contents

Interface INextable

Interface for states that can have 'next' states.

Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INextable
Syntax (vb)
Public Interface INextable

Synopsis

Methods

Next(IChainable)

Go to the indicated state after this state.

Methods

Next(IChainable)

Go to the indicated state after this state.

Chain Next(IChainable state)
Parameters
state IChainable
Returns

Chain

The chain of states built up

Back to top Generated by DocFX