public class ConnectionSettings extends Object implements Serializable, Cloneable
 Information about the ConnectionSettings attribute.
 
| Constructor and Description | 
|---|
| ConnectionSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectionSettings | clone() | 
| boolean | equals(Object obj) | 
| Integer | getIdleTimeout()
 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. | 
| int | hashCode() | 
| void | setIdleTimeout(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. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ConnectionSettings | withIdleTimeout(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. | 
public void setIdleTimeout(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.public Integer getIdleTimeout()
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.
public ConnectionSettings withIdleTimeout(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.public String toString()
toString in class ObjectObject.toString()public ConnectionSettings clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.