Package software.amazon.awssdk.http.crt
Class ConnectionHealthConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
software.amazon.awssdk.http.crt.ConnectionHealthConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<ConnectionHealthConfiguration.Builder,
ConnectionHealthConfiguration>
public final class ConnectionHealthConfiguration
extends CrtConnectionHealthConfiguration
implements ToCopyableBuilder<ConnectionHealthConfiguration.Builder,ConnectionHealthConfiguration>
Configuration that defines health checks for all connections established by
the
ConnectionHealthConfiguration
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
equals, hashCode, minimumThroughputInBps, minimumThroughputTimeout
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ConnectionHealthConfiguration.Builder,
ConnectionHealthConfiguration> - Returns:
- a builder for type T
-