| Modifier and Type | Method and Description |
|---|---|
static WaitTime |
WaitTime.duration(Duration duration)
Wait a fixed amount of time.
|
WaitTime |
WaitProps.getTime()
Wait duration.
|
WaitTime |
WaitProps.Jsii$Proxy.getTime() |
static WaitTime |
WaitTime.secondsPath(String path)
Wait for a number of seconds stored in the state object.
|
static WaitTime |
WaitTime.timestamp(String timestamp)
Wait until the given ISO8601 timestamp.
|
static WaitTime |
WaitTime.timestampPath(String path)
Wait until a timestamp found in the state object.
|
| Modifier and Type | Method and Description |
|---|---|
WaitProps.Builder |
WaitProps.Builder.time(WaitTime time)
Sets the value of
WaitProps.getTime() |
Wait.Builder |
Wait.Builder.time(WaitTime time)
Wait duration.
|
Copyright © 2022. All rights reserved.