@Stability(value=Stable) public static final class CfnService.HealthCheckCustomConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.HealthCheckCustomConfigProperty>
CfnService.HealthCheckCustomConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.HealthCheckCustomConfigProperty |
build()
Builds the configured instance.
|
CfnService.HealthCheckCustomConfigProperty.Builder |
failureThreshold(Number failureThreshold)
Sets the value of
CfnService.HealthCheckCustomConfigProperty.getFailureThreshold() |
@Stability(value=Stable) public CfnService.HealthCheckCustomConfigProperty.Builder failureThreshold(Number failureThreshold)
CfnService.HealthCheckCustomConfigProperty.getFailureThreshold()failureThreshold - > This parameter is no longer supported and is always set to 1.
AWS Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatus request before changing the status of the service instance.
The number of 30-second intervals that you want AWS Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.
Sending a second or subsequent UpdateInstanceCustomHealthStatus request with the same value before 30 seconds has passed doesn't accelerate the change. AWS Cloud Map still waits 30 seconds after the first request to make the change.
this@Stability(value=Stable) public CfnService.HealthCheckCustomConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnService.HealthCheckCustomConfigProperty>CfnService.HealthCheckCustomConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.