Interface HealthCheckCustomConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HealthCheckCustomConfig.Builder,,- HealthCheckCustomConfig> - SdkBuilder<HealthCheckCustomConfig.Builder,,- HealthCheckCustomConfig> - SdkPojo
- Enclosing class:
- HealthCheckCustomConfig
- 
Method SummaryModifier and TypeMethodDescriptionfailureThreshold(Integer failureThreshold) Deprecated.Configurable FailureThreshold of HealthCheckCustomConfig is deprecated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
failureThresholdDeprecated.Configurable FailureThreshold of HealthCheckCustomConfig is deprecated. It will always have value 1.This parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatusrequest before changing the status of the service instance.The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatusrequest before it changes the health status of a service instance.Sending a second or subsequent UpdateInstanceCustomHealthStatusrequest with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits30seconds after the first request to make the change.- Parameters:
- failureThreshold-- This parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an - UpdateInstanceCustomHealthStatusrequest before changing the status of the service instance.- The number of 30-second intervals that you want Cloud Map to wait after receiving an - UpdateInstanceCustomHealthStatusrequest before it changes the health status of a service instance.- Sending a second or subsequent - UpdateInstanceCustomHealthStatusrequest with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits- 30seconds after the first request to make the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-