Interface ConnectionSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConnectionSettings.Builder,,- ConnectionSettings> - SdkBuilder<ConnectionSettings.Builder,,- ConnectionSettings> - SdkPojo
- Enclosing class:
- ConnectionSettings
@Mutable
@NotThreadSafe
public static interface ConnectionSettings.Builder
extends SdkPojo, CopyableBuilder<ConnectionSettings.Builder,ConnectionSettings> 
- 
Method SummaryModifier and TypeMethodDescriptionidleTimeout(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idleTimeoutThe 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.
 
 
-