Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.states |
Modifier and Type | Method and Description |
---|---|
static Branch.Builder |
StepFunctionBuilder.branch()
A single branch of parallel execution in a state machine.
|
Modifier and Type | Method and Description |
---|---|
static Branch.Builder |
Branch.builder() |
Branch.Builder |
Branch.Builder.comment(String comment)
OPTIONAL.
|
Branch.Builder |
Branch.Builder.startAt(String startAt)
REQUIRED.
|
Branch.Builder |
Branch.Builder.state(String stateName,
State.Builder stateBuilder)
REQUIRED.
|
Modifier and Type | Method and Description |
---|---|
ParallelState.Builder |
ParallelState.Builder.branch(Branch.Builder branchBuilder)
REQUIRED.
|
ParallelState.Builder |
ParallelState.Builder.branches(Branch.Builder... branchBuilders)
REQUIRED.
|
Copyright © 2018. All rights reserved.