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 interface
A builder forS3CrtConnectionHealthConfiguration
. -
Method Summary
Methods inherited from class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
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<S3CrtConnectionHealthConfiguration.Builder,
S3CrtConnectionHealthConfiguration> - Returns:
- a builder for type T
-
equals
- Overrides:
equals
in classCrtConnectionHealthConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCrtConnectionHealthConfiguration
-