Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WaitProps |
build()
Builds the configured instance.
|
WaitProps.Builder |
comment(java.lang.String comment)
Sets the value of
WaitProps.getComment() |
WaitProps.Builder |
time(WaitTime time)
Sets the value of
WaitProps.getTime() |
public WaitProps.Builder time(WaitTime time)
WaitProps.getTime()
time
- Wait duration. This parameter is required.this
public WaitProps.Builder comment(java.lang.String comment)
WaitProps.getComment()
comment
- An optional description for this state.this