State
public final class WaitState extends TransitionState
Modifier and Type | Class | Description |
---|---|---|
static class |
WaitState.Builder |
Builder for a
WaitState . |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
accept(StateVisitor<T> visitor) |
|
static WaitState.Builder |
builder() |
|
String |
getComment() |
|
String |
getInputPath() |
|
String |
getOutputPath() |
|
Transition |
getTransition() |
|
String |
getType() |
|
WaitFor |
getWaitFor() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isTerminalState
public 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 TransitionState
public <T> T accept(StateVisitor<T> visitor)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.