Class S3CrtConnectionHealthConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
software.amazon.awssdk.services.s3.crt.S3CrtConnectionHealthConfiguration
- All Implemented Interfaces:
- ToCopyableBuilder<S3CrtConnectionHealthConfiguration.Builder,- S3CrtConnectionHealthConfiguration> 
@SdkPublicApi
@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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceA builder forS3CrtConnectionHealthConfiguration.
- 
Method SummaryMethods inherited from class software.amazon.awssdk.crtcore.CrtConnectionHealthConfigurationminimumThroughputInBps, minimumThroughputTimeoutMethods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<S3CrtConnectionHealthConfiguration.Builder,- S3CrtConnectionHealthConfiguration> 
- Returns:
- a builder for type T
 
- 
equals- Overrides:
- equalsin class- CrtConnectionHealthConfiguration
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- CrtConnectionHealthConfiguration
 
 
-