| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WaitProps |
build()
Builds the configured instance.
|
WaitProps.Builder |
comment(String comment)
Sets the value of
WaitProps.getComment() |
WaitProps.Builder |
time(WaitTime time)
Sets the value of
WaitProps.getTime() |
@Stability(value=Experimental) public WaitProps.Builder time(WaitTime time)
WaitProps.getTime()time - Wait duration. This parameter is required.this@Stability(value=Experimental) public WaitProps.Builder comment(String comment)
WaitProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public WaitProps build()
build in interface software.amazon.jsii.Builder<WaitProps>WaitPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.