@Stability(value=Stable) public static final class CfnCreationPolicy.Builder extends Object
CfnCreationPolicy| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCreationPolicy |
build()
Builds the configured instance.
|
CfnCreationPolicy.Builder |
withAutoScalingCreationPolicy(CfnResourceAutoScalingCreationPolicy value)
Sets the value of AutoScalingCreationPolicy
|
CfnCreationPolicy.Builder |
withResourceSignal(CfnResourceSignal value)
Sets the value of ResourceSignal
|
@Stability(value=Stable) public CfnCreationPolicy.Builder withAutoScalingCreationPolicy(@Nullable CfnResourceAutoScalingCreationPolicy value)
value - For an Auto Scaling group replacement update, specifies how many instances must signal success for the update to succeed.this@Stability(value=Stable) public CfnCreationPolicy.Builder withResourceSignal(@Nullable CfnResourceSignal value)
value - When AWS CloudFormation creates the associated resource, configures the number of required success signals and the length of time that AWS CloudFormation waits for those signals.this@Stability(value=Stable) public CfnCreationPolicy build()
CfnCreationPolicyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.