@Stability(value=Stable) public static final class CfnResourceSignal.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceSignal>
CfnResourceSignal| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceSignal |
build()
Builds the configured instance.
|
CfnResourceSignal.Builder |
count(Number count)
Sets the value of
CfnResourceSignal.getCount() |
CfnResourceSignal.Builder |
timeout(String timeout)
Sets the value of
CfnResourceSignal.getTimeout() |
@Stability(value=Stable) public CfnResourceSignal.Builder count(Number count)
CfnResourceSignal.getCount()count - The number of success signals AWS CloudFormation must receive before it sets the resource status as CREATE_COMPLETE.
If the resource receives a failure signal or doesn't receive the specified number of signals before the timeout period
expires, the resource creation fails and AWS CloudFormation rolls the stack back.this@Stability(value=Stable) public CfnResourceSignal.Builder timeout(String timeout)
CfnResourceSignal.getTimeout()timeout - The length of time that AWS CloudFormation waits for the number of signals that was specified in the Count property.
The timeout period starts after AWS CloudFormation starts creating the resource, and the timeout expires no sooner
than the time you specify but can occur shortly thereafter. The maximum time that you can specify is 12 hours.this@Stability(value=Stable) public CfnResourceSignal build()
build in interface software.amazon.jsii.Builder<CfnResourceSignal>CfnResourceSignalNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.