@Stability(value=Experimental) public static final class AutoRollbackConfig.Builder extends Object implements software.amazon.jsii.Builder<AutoRollbackConfig>
AutoRollbackConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AutoRollbackConfig |
build()
Builds the configured instance.
|
AutoRollbackConfig.Builder |
deploymentInAlarm(Boolean deploymentInAlarm)
Sets the value of
AutoRollbackConfig.getDeploymentInAlarm() |
AutoRollbackConfig.Builder |
failedDeployment(Boolean failedDeployment)
Sets the value of
AutoRollbackConfig.getFailedDeployment() |
AutoRollbackConfig.Builder |
stoppedDeployment(Boolean stoppedDeployment)
Sets the value of
AutoRollbackConfig.getStoppedDeployment() |
@Stability(value=Experimental) public AutoRollbackConfig.Builder deploymentInAlarm(Boolean deploymentInAlarm)
AutoRollbackConfig.getDeploymentInAlarm()deploymentInAlarm - Whether to automatically roll back a deployment during which one of the configured CloudWatch alarms for this Deployment Group went off.this@Stability(value=Experimental) public AutoRollbackConfig.Builder failedDeployment(Boolean failedDeployment)
AutoRollbackConfig.getFailedDeployment()failedDeployment - Whether to automatically roll back a deployment that fails.this@Stability(value=Experimental) public AutoRollbackConfig.Builder stoppedDeployment(Boolean stoppedDeployment)
AutoRollbackConfig.getStoppedDeployment()stoppedDeployment - Whether to automatically roll back a deployment that was manually stopped.this@Stability(value=Experimental) public AutoRollbackConfig build()
build in interface software.amazon.jsii.Builder<AutoRollbackConfig>AutoRollbackConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.