@Stability(value=Stable) public static final class CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.AutoRollbackConfigurationProperty>
CfnDeploymentGroup.AutoRollbackConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.AutoRollbackConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEnabled() |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEnabled() |
CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder |
events(List<String> events)
Sets the value of
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEvents() |
@Stability(value=Stable) public CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder enabled(Boolean enabled)
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEnabled()enabled - Indicates whether a defined automatic rollback configuration is currently enabled.this@Stability(value=Stable) public CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder enabled(IResolvable enabled)
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEnabled()enabled - Indicates whether a defined automatic rollback configuration is currently enabled.this@Stability(value=Stable) public CfnDeploymentGroup.AutoRollbackConfigurationProperty.Builder events(List<String> events)
CfnDeploymentGroup.AutoRollbackConfigurationProperty.getEvents()events - The event type or types that trigger a rollback.
Valid values are DEPLOYMENT_FAILURE , DEPLOYMENT_STOP_ON_ALARM , or DEPLOYMENT_STOP_ON_REQUEST .this@Stability(value=Stable) public CfnDeploymentGroup.AutoRollbackConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.AutoRollbackConfigurationProperty>CfnDeploymentGroup.AutoRollbackConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.