JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.stepfunctions.builder

Class StateMachine.Builder

    • Method Detail

      • comment

        public StateMachine.Builder comment(String comment)
        OPTIONAL. Human readable description for the state machine.
        Parameters:
        comment - New comment.
        Returns:
        This object for method chaining.
      • timeoutSeconds

        public StateMachine.Builder timeoutSeconds(Integer timeoutSeconds)
        OPTIONAL. Timeout, in seconds, that a state machine is allowed to run. If the machine execution runs longer than this timeout the execution fails with a ErrorCodes.TIMEOUT error
        Parameters:
        timeoutSeconds - Timeout value.
        Returns:
        This object for method chaining.
      • state

        public StateMachine.Builder state(String stateName,
         State.Builder stateBuilder)
        REQUIRED. Adds a new state to the state machine. A state machine MUST have at least one state.
        Parameters:
        stateName - Name of the state
        stateBuilder - Instance of State.Builder. Note that the State object is not built until the StateMachine is built so any modifications on the state builder will be reflected in this object.
        Returns:
        This object for method chaining.
      • version

        public StateMachine.Builder version(String version)
        OPTIONAL. Version of the states language, if specified.
        Parameters:
        version - Version value.
        Returns:
        This object for method chaining.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /