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, minimumThroughputTimeoutMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ConnectionHealthConfiguration.Builder,ConnectionHealthConfiguration> - Returns:
 - a builder for type T
 
 
 -