java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.services.stepfunctions.State
software.amazon.awscdk.services.stepfunctions.Succeed
All Implemented Interfaces:
IChainable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:25.324Z") @Stability(Stable) public class Succeed extends State
Define a Succeed state in the state machine.

Reaching a Succeed state terminates the state execution in success.

Example:

 Succeed success = new Succeed(this, "We did it!");
 
  • Constructor Details

    • Succeed

      protected Succeed(software.amazon.jsii.JsiiObjectRef objRef)
    • Succeed

      protected Succeed(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • Succeed

      @Stability(Stable) public Succeed(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable SucceedProps props)
      Parameters:
      scope - This parameter is required.
      id - Descriptive identifier for this chainable. This parameter is required.
      props -
    • Succeed

      @Stability(Stable) public Succeed(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - Descriptive identifier for this chainable. This parameter is required.
  • Method Details

    • toStateJson

      @Stability(Stable) @NotNull public com.fasterxml.jackson.databind.node.ObjectNode toStateJson()
      Return the Amazon States Language object for this state.
      Specified by:
      toStateJson in class State
    • getEndStates

      @Stability(Stable) @NotNull public List<INextable> getEndStates()
      Continuable states of this Chainable.
      Specified by:
      getEndStates in interface IChainable
      Specified by:
      getEndStates in class State