public static interface ConnectionDraining.Builder extends 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.
|
copyapply, buildConnectionDraining.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.