Interface INextable.Jsii$Default

All Superinterfaces:
INextable, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
INextable.Jsii$Proxy
Enclosing interface:
INextable

@Internal public static interface INextable.Jsii$Default extends INextable
Internal default implementation for INextable.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.INextable

    INextable.Jsii$Default, INextable.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default Chain
    Go to the indicated state after this state.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • next

      @Stability(Stable) @NotNull default Chain next(@NotNull IChainable state)
      Go to the indicated state after this state.

      Specified by:
      next in interface INextable
      Parameters:
      state - This parameter is required.
      Returns:
      The chain of states built up