@Stability(value=Stable) public static final class DeploymentCircuitBreaker.Builder extends Object implements software.amazon.jsii.Builder<DeploymentCircuitBreaker>
DeploymentCircuitBreaker| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCircuitBreaker |
build()
Builds the configured instance.
|
DeploymentCircuitBreaker.Builder |
rollback(Boolean rollback)
Sets the value of
DeploymentCircuitBreaker.getRollback() |
@Stability(value=Stable) public DeploymentCircuitBreaker.Builder rollback(Boolean rollback)
DeploymentCircuitBreaker.getRollback()rollback - Whether to enable rollback on deployment failure.this@Stability(value=Stable) public DeploymentCircuitBreaker build()
build in interface software.amazon.jsii.Builder<DeploymentCircuitBreaker>DeploymentCircuitBreakerNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.