Interface IChainable
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IChainable.Jsii$Default
- All Known Implementing Classes:
AthenaGetQueryExecution,AthenaGetQueryResults,AthenaStartQueryExecution,AthenaStopQueryExecution,BatchSubmitJob,BedrockCreateModelCustomizationJob,BedrockInvokeModel,CallApiGatewayHttpApiEndpoint,CallApiGatewayRestApiEndpoint,CallAwsService,CallAwsServiceCrossRegion,Chain,Choice,CodeBuildStartBuild,CodeBuildStartBuildBatch,CustomState,DistributedMap,DynamoDeleteItem,DynamoGetItem,DynamoPutItem,DynamoUpdateItem,EcsRunTask,EksCall,EmrAddStep,EmrCancelStep,EmrContainersCreateVirtualCluster,EmrContainersDeleteVirtualCluster,EmrContainersStartJobRun,EmrCreateCluster,EmrModifyInstanceFleetByName,EmrModifyInstanceGroupByName,EmrSetClusterTerminationProtection,EmrTerminateCluster,EvaluateExpression,EventBridgePutEvents,EventBridgeSchedulerCreateScheduleTask,Fail,GlueDataBrewStartJobRun,GlueStartCrawlerRun,GlueStartJobRun,HttpInvoke,IChainable.Jsii$Proxy,LambdaInvoke,Map,MapBase,MediaConvertCreateJob,Parallel,Pass,SageMakerCreateEndpoint,SageMakerCreateEndpointConfig,SageMakerCreateModel,SageMakerCreateTrainingJob,SageMakerCreateTransformJob,SageMakerUpdateEndpoint,SnsPublish,SqsSendMessage,State,StateMachineFragment,StepFunctionsInvokeActivity,StepFunctionsStartExecution,Succeed,TaskStateBase,Wait
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:47.834Z")
@Stability(Stable)
public interface IChainable
extends software.amazon.jsii.JsiiSerializable
Interface for objects that can be used in a Chain.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIChainable.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe chainable end state(s) of this chainable.getId()Descriptive identifier for this chainable.The start state of this chainable.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndStates
The chainable end state(s) of this chainable. -
getId
Descriptive identifier for this chainable. -
getStartState
The start state of this chainable.
-