| 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 |
|---|---|
Wait.Builder |
Wait.Builder.time(WaitTime time)
Wait duration.
|
WaitProps.Builder |
WaitProps.Builder.time(WaitTime time)
Sets the value of
WaitProps.getTime() |
| Constructor and Description |
|---|
Jsii$Proxy(WaitTime time,
String comment)
Constructor that initializes the object based on literal property values passed by the
WaitProps.Builder. |
Copyright © 2021. All rights reserved.