public final class Choice extends Object
ChoiceState. A choice consists of a condition and a state that
the
state machine will transition to if the condition evaluates to true.| Modifier and Type | Class | Description |
|---|---|---|
static class |
Choice.Builder |
Builder for a
Choice. |
| Modifier and Type | Method | Description |
|---|---|---|
static Choice.Builder |
builder() |
|
Condition |
getCondition() |
|
Transition |
getTransition() |
public static Choice.Builder builder()
Choice.public Condition getCondition()
public Transition getTransition()
Transition that occurs when this choice is evaluated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.