public static interface AwsElbLoadBalancerConnectionDraining.Builder extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerConnectionDraining.Builder,AwsElbLoadBalancerConnectionDraining>
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerConnectionDraining.Builder |
enabled(Boolean enabled)
Indicates whether connection draining is enabled for the load balancer.
|
AwsElbLoadBalancerConnectionDraining.Builder |
timeout(Integer timeout)
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElbLoadBalancerConnectionDraining.Builder enabled(Boolean enabled)
Indicates whether connection draining is enabled for the load balancer.
enabled - Indicates whether connection draining is enabled for the load balancer.AwsElbLoadBalancerConnectionDraining.Builder timeout(Integer timeout)
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
timeout - The maximum time, in seconds, to keep the existing connections open before deregistering the
instances.Copyright © 2023. All rights reserved.