Interface IChainable.Jsii$Default

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

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

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

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

    Modifier and Type
    Method
    Description
    default List<INextable>
    The chainable end state(s) of this chainable.
    default String
    Descriptive identifier for this chainable.
    default State
    The start state of this chainable.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getEndStates

      @Stability(Stable) @NotNull default List<INextable> getEndStates()
      The chainable end state(s) of this chainable.
      Specified by:
      getEndStates in interface IChainable
    • getId

      @Stability(Stable) @NotNull default String getId()
      Descriptive identifier for this chainable.
      Specified by:
      getId in interface IChainable
    • getStartState

      @Stability(Stable) @NotNull default State getStartState()
      The start state of this chainable.
      Specified by:
      getStartState in interface IChainable