public final class WaitState extends TransitionState
| Modifier and Type | Class and Description |
|---|---|
static class |
WaitState.Builder
Builder for a
WaitState. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(StateVisitor<T> visitor) |
static WaitState.Builder |
builder() |
String |
getComment() |
String |
getInputPath() |
String |
getOutputPath() |
Transition |
getTransition() |
String |
getType() |
WaitFor |
getWaitFor() |
isTerminalStatepublic static WaitState.Builder builder()
WaitState.public String getType()
public String getComment()
public WaitFor getWaitFor()
WaitFor that indicates how long this state should wait.public String getInputPath()
public String getOutputPath()
public Transition getTransition()
getTransition in class TransitionStatepublic <T> T accept(StateVisitor<T> visitor)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.