Class ConnectionSettings
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.ConnectionSettings
- All Implemented Interfaces:
Serializable
,Cloneable
Information about the ConnectionSettings
attribute.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.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.
-
Constructor Details
-
ConnectionSettings
public ConnectionSettings()
-
-
Method Details
-
setIdleTimeout
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withIdleTimeout
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-