public static interface ConnectionSettings.Builder extends SdkPojo, CopyableBuilder<ConnectionSettings.Builder,ConnectionSettings>
Modifier and Type | Method and Description |
---|---|
ConnectionSettings.Builder |
idleTimeout(Integer idleTimeout)
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection)
before it is closed by the load balancer.
|
copy
applyMutation, build
ConnectionSettings.Builder idleTimeout(Integer idleTimeout)
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
idleTimeout
- The time, in seconds, that the connection is allowed to be idle (no data has been sent over the
connection) before it is closed by the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.