ToCopyableBuilder<ConnectionSettings.Builder,ConnectionSettings>
@Generated("software.amazon.awssdk:codegen") public class ConnectionSettings extends Object implements ToCopyableBuilder<ConnectionSettings.Builder,ConnectionSettings>
Information about the ConnectionSettings
attribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConnectionSettings.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConnectionSettings.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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.
|
static Class<? extends ConnectionSettings.Builder> |
serializableBuilderClass() |
|
ConnectionSettings.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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 ConnectionSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConnectionSettings.Builder,ConnectionSettings>
public static ConnectionSettings.Builder builder()
public static Class<? extends ConnectionSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.