| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionSettings.Builder |
ConnectionSettings.builder() |
ConnectionSettings.Builder |
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.
|
ConnectionSettings.Builder |
ConnectionSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectionSettings.Builder> |
ConnectionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoadBalancerAttributes.Builder |
LoadBalancerAttributes.Builder.connectionSettings(Consumer<ConnectionSettings.Builder> connectionSettings)
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for
the specified duration.
|
Copyright © 2022. All rights reserved.