Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.ConnectionDraining.Builder
Packages that use ConnectionDraining.Builder
-
Uses of ConnectionDraining.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return ConnectionDraining.BuilderModifier and TypeMethodDescriptionstatic ConnectionDraining.BuilderConnectionDraining.builder()Specifies whether connection draining is enabled for the load balancer.The maximum time, in seconds, to keep the existing connections open before deregistering the instances.ConnectionDraining.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type ConnectionDraining.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionDraining.Builder>ConnectionDraining.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type ConnectionDraining.BuilderModifier and TypeMethodDescriptiondefault LoadBalancerAttributes.BuilderLoadBalancerAttributes.Builder.connectionDraining(Consumer<ConnectionDraining.Builder> connectionDraining) If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.