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() |
isTerminalState
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)
public static WaitState.Builder builder()
WaitState
.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.