Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder |
Modifier and Type | Method and Description |
---|---|
static StateMachine.Builder |
StateMachine.builder() |
StateMachine.Builder |
StateMachine.Builder.comment(String comment)
OPTIONAL.
|
static StateMachine.Builder |
StateMachine.fromJson(String json)
Deserializes a JSON representation of a state machine into a
StateMachine.Builder . |
StateMachine.Builder |
StateMachine.Builder.startAt(String startAt)
REQUIRED.
|
StateMachine.Builder |
StateMachine.Builder.state(String stateName,
State.Builder stateBuilder)
REQUIRED.
|
static StateMachine.Builder |
StepFunctionBuilder.stateMachine()
Represents a StepFunctions state machine.
|
StateMachine.Builder |
StateMachine.Builder.timeoutSeconds(Integer timeoutSeconds)
OPTIONAL.
|
Copyright © 2017. All rights reserved.