@Stability(value=Stable) public static final class HealthCheckCustomConfig.Builder extends Object implements software.amazon.jsii.Builder<HealthCheckCustomConfig>
HealthCheckCustomConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckCustomConfig |
build()
Builds the configured instance.
|
HealthCheckCustomConfig.Builder |
failureThreshold(Number failureThreshold)
Sets the value of
HealthCheckCustomConfig.getFailureThreshold() |
@Stability(value=Stable) public HealthCheckCustomConfig.Builder failureThreshold(Number failureThreshold)
HealthCheckCustomConfig.getFailureThreshold()failureThreshold - The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.this@Stability(value=Stable) public HealthCheckCustomConfig build()
build in interface software.amazon.jsii.Builder<HealthCheckCustomConfig>HealthCheckCustomConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.