Interface IChainable

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IChainable.Jsii$Default
All Known Implementing Classes:
AthenaGetQueryExecution, AthenaGetQueryResults, AthenaStartQueryExecution, AthenaStopQueryExecution, BatchSubmitJob, CallApiGatewayHttpApiEndpoint, CallApiGatewayRestApiEndpoint, CallAwsService, Chain, Choice, CodeBuildStartBuild, CustomState, DynamoDeleteItem, DynamoGetItem, DynamoPutItem, DynamoUpdateItem, EcsRunTask, EksCall, EmrAddStep, EmrCancelStep, EmrContainersCreateVirtualCluster, EmrContainersDeleteVirtualCluster, EmrContainersStartJobRun, EmrCreateCluster, EmrModifyInstanceFleetByName, EmrModifyInstanceGroupByName, EmrSetClusterTerminationProtection, EmrTerminateCluster, EvaluateExpression, EventBridgePutEvents, Fail, GlueDataBrewStartJobRun, GlueStartJobRun, IChainable.Jsii$Proxy, LambdaInvoke, Map, Parallel, Pass, SageMakerCreateEndpoint, SageMakerCreateEndpointConfig, SageMakerCreateModel, SageMakerCreateTrainingJob, SageMakerCreateTransformJob, SageMakerUpdateEndpoint, SnsPublish, SqsSendMessage, State, StateMachineFragment, StepFunctionsInvokeActivity, StepFunctionsStartExecution, Succeed, Task, TaskStateBase, Wait

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.909Z") @Stability(Stable) public interface IChainable extends software.amazon.jsii.JsiiSerializable
Interface for objects that can be used in a Chain.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IChainable.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The chainable end state(s) of this chainable.
    Descriptive identifier for this chainable.
    The start state of this chainable.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getEndStates

      @Stability(Stable) @NotNull List<INextable> getEndStates()
      The chainable end state(s) of this chainable.
    • getId

      @Stability(Stable) @NotNull String getId()
      Descriptive identifier for this chainable.
    • getStartState

      @Stability(Stable) @NotNull State getStartState()
      The start state of this chainable.