public static interface HealthCheckCustomConfig.Builder extends SdkPojo, CopyableBuilder<HealthCheckCustomConfig.Builder,HealthCheckCustomConfig>
| Modifier and Type | Method and Description |
|---|---|
HealthCheckCustomConfig.Builder |
failureThreshold(Integer failureThreshold)
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHealthCheckCustomConfig.Builder failureThreshold(Integer failureThreshold)
This parameter has been deprecated 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.
failureThreshold -
This parameter has been deprecated 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.
Copyright © 2021. All rights reserved.