Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.HealthCheck.Builder
Packages that use HealthCheck.Builder
-
Uses of HealthCheck.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return HealthCheck.BuilderModifier and TypeMethodDescriptionstatic HealthCheck.BuilderHealthCheck.builder()HealthCheck.Builder.healthyThreshold(Integer healthyThreshold) The number of consecutive health checks successes required before moving the instance to theHealthystate.The approximate interval, in seconds, between health checks of an individual instance.The instance being checked.The amount of time, in seconds, during which no response means a failed health check.HealthCheck.toBuilder()HealthCheck.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HealthCheck.Builder>HealthCheck.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type HealthCheck.BuilderModifier and TypeMethodDescriptionConfigureHealthCheckRequest.Builder.healthCheck(Consumer<HealthCheck.Builder> healthCheck) The configuration information.ConfigureHealthCheckResponse.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.