public static interface ConnectionDraining.Builder extends SdkPojo, CopyableBuilder<ConnectionDraining.Builder,ConnectionDraining>
Modifier and Type | Method and Description |
---|---|
ConnectionDraining.Builder |
enabled(Boolean enabled)
Specifies whether connection draining is enabled for the load balancer.
|
ConnectionDraining.Builder |
timeout(Integer timeout)
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectionDraining.Builder enabled(Boolean enabled)
Specifies whether connection draining is enabled for the load balancer.
enabled
- Specifies whether connection draining is enabled for the load balancer.ConnectionDraining.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 © 2022. All rights reserved.