Buildable.Utils
Modifier and Type | Method | Description |
---|---|---|
WaitState |
build() |
|
WaitState.Builder |
comment(String comment) |
OPTIONAL.
|
WaitState.Builder |
inputPath(String inputPath) |
OPTIONAL.
|
WaitState.Builder |
outputPath(String outputPath) |
OPTIONAL.
|
WaitState.Builder |
transition(Transition.Builder transition) |
REQUIRED.
|
WaitState.Builder |
waitFor(WaitFor.Builder waitFor) |
REQUIRED.
|
public WaitState.Builder comment(String comment)
comment
- New comment.public WaitState.Builder waitFor(WaitFor.Builder waitFor)
WaitFor
that indicates how long the state should wait before proceeding.waitFor
- Implementation of WaitFor
public WaitState.Builder inputPath(String inputPath)
inputPath
- New path value.public WaitState.Builder outputPath(String outputPath)
outputPath
- New path value.public WaitState.Builder transition(Transition.Builder transition)
transition
- New transition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.