public final class ChoiceState extends Object implements State
Modifier and Type | Class and Description |
---|---|
static class |
ChoiceState.Builder
Builder for a
ChoiceState . |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(StateVisitor<T> visitor) |
static ChoiceState.Builder |
builder() |
List<Choice> |
getChoices() |
String |
getComment() |
String |
getDefaultStateName() |
String |
getInputPath() |
String |
getOutputPath() |
String |
getType() |
boolean |
isTerminalState()
Choice state can never be a terminal state.
|
public String getType()
getType
in interface State
ChoiceState
.public String getComment()
public String getDefaultStateName()
Choice
rules match.public String getInputPath()
public String getOutputPath()
public boolean isTerminalState()
isTerminalState
in interface State
public <T> T accept(StateVisitor<T> visitor)
public static ChoiceState.Builder builder()
ChoiceState
.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.