public static interface AwsElbLoadBalancerConnectionSettings.Builder extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerConnectionSettings.Builder,AwsElbLoadBalancerConnectionSettings>
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerConnectionSettings.Builder |
idleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is
closed by the load balancer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElbLoadBalancerConnectionSettings.Builder idleTimeout(Integer idleTimeout)
The time, in seconds, that the connection can be idle (no data is sent over the connection) before it is closed by the load balancer.
idleTimeout - The time, in seconds, that the connection can be idle (no data is sent over the connection) before it
is closed by the load balancer.Copyright © 2023. All rights reserved.