Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.HealthCheck.Builder
-
Packages that use HealthCheck.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of HealthCheck.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return HealthCheck.Builder Modifier and Type Method Description static HealthCheck.BuilderHealthCheck. builder()HealthCheck.BuilderHealthCheck.Builder. healthyThreshold(Integer healthyThreshold)The number of consecutive health checks successes required before moving the instance to theHealthystate.HealthCheck.BuilderHealthCheck.Builder. interval(Integer interval)The approximate interval, in seconds, between health checks of an individual instance.HealthCheck.BuilderHealthCheck.Builder. target(String target)The instance being checked.HealthCheck.BuilderHealthCheck.Builder. timeout(Integer timeout)The amount of time, in seconds, during which no response means a failed health check.HealthCheck.BuilderHealthCheck. toBuilder()HealthCheck.BuilderHealthCheck.Builder. unhealthyThreshold(Integer unhealthyThreshold)The number of consecutive health check failures required before moving the instance to theUnhealthystate.Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type HealthCheck.Builder Modifier and Type Method Description static Class<? extends HealthCheck.Builder>HealthCheck. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type HealthCheck.Builder Modifier and Type Method Description default ConfigureHealthCheckRequest.BuilderConfigureHealthCheckRequest.Builder. healthCheck(Consumer<HealthCheck.Builder> healthCheck)The configuration information.default ConfigureHealthCheckResponse.BuilderConfigureHealthCheckResponse.Builder. healthCheck(Consumer<HealthCheck.Builder> healthCheck)The updated health check.default LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. healthCheck(Consumer<HealthCheck.Builder> healthCheck)Information about the health checks conducted on the load balancer.
-