Interface AwsElbLoadBalancerConnectionSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsElbLoadBalancerConnectionSettings.Builder,
,AwsElbLoadBalancerConnectionSettings> SdkBuilder<AwsElbLoadBalancerConnectionSettings.Builder,
,AwsElbLoadBalancerConnectionSettings> SdkPojo
- Enclosing class:
AwsElbLoadBalancerConnectionSettings
@Mutable
@NotThreadSafe
public static interface AwsElbLoadBalancerConnectionSettings.Builder
extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerConnectionSettings.Builder,AwsElbLoadBalancerConnectionSettings>
-
Method Summary
Modifier and TypeMethodDescriptionidleTimeout
(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-