Class S3CrtConnectionHealthConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
software.amazon.awssdk.services.s3.crt.S3CrtConnectionHealthConfiguration
- All Implemented Interfaces:
 ToCopyableBuilder<S3CrtConnectionHealthConfiguration.Builder,S3CrtConnectionHealthConfiguration> 
@Immutable
@ThreadSafe
public final class S3CrtConnectionHealthConfiguration
extends CrtConnectionHealthConfiguration
implements ToCopyableBuilder<S3CrtConnectionHealthConfiguration.Builder,S3CrtConnectionHealthConfiguration> 
Configuration that defines health checks for all connections established by
 the AWS CRT-based S3 client
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder forS3CrtConnectionHealthConfiguration. - 
Method Summary
Methods inherited from class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
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<S3CrtConnectionHealthConfiguration.Builder,S3CrtConnectionHealthConfiguration> - Returns:
 - a builder for type T
 
 - 
equals
- Overrides:
 equalsin classCrtConnectionHealthConfiguration
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classCrtConnectionHealthConfiguration
 
 -