@Stability(value=Stable) public static final class CfnResourceSignal.Builder extends Object
CfnResourceSignal| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceSignal |
build()
Builds the configured instance.
|
CfnResourceSignal.Builder |
withCount(Number value)
Sets the value of Count
|
CfnResourceSignal.Builder |
withTimeout(String value)
Sets the value of Timeout
|
@Stability(value=Stable) public CfnResourceSignal.Builder withCount(@Nullable Number value)
value - 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 withTimeout(@Nullable String value)
value - 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()
CfnResourceSignalNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.