@Stability(value=Stable) public static final class InvokeActivityProps.Builder extends Object implements software.amazon.jsii.Builder<InvokeActivityProps>
InvokeActivityProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InvokeActivityProps |
build()
Builds the configured instance.
|
InvokeActivityProps.Builder |
heartbeat(Duration heartbeat)
Sets the value of
InvokeActivityProps.getHeartbeat() |
@Stability(value=Stable) public InvokeActivityProps.Builder heartbeat(Duration heartbeat)
InvokeActivityProps.getHeartbeat()heartbeat - Maximum time between heart beats.
If the time between heart beats takes longer than this, a 'Timeout' error is raised.this@Stability(value=Stable) public InvokeActivityProps build()
build in interface software.amazon.jsii.Builder<InvokeActivityProps>InvokeActivityPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.