Class S3CrtHttpConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.crt.S3CrtHttpConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<S3CrtHttpConfiguration.Builder,S3CrtHttpConfiguration>
@Immutable
@ThreadSafe
public final class S3CrtHttpConfiguration
extends Object
implements ToCopyableBuilder<S3CrtHttpConfiguration.Builder,S3CrtHttpConfiguration>
HTTP configuration for AWS CRT-based S3 client.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a default builder forS3CrtHttpConfiguration.Return the amount of time to wait when initially establishing a connection before giving up and timing out.booleaninthashCode()Return the configuredS3CrtConnectionHealthConfiguration.Return the configuredS3CrtProxyConfiguration.Take this object and create a builder that contains all of the current property values of this object.Return the configuredS3CrtHttpConfiguration.Builder.trustAllCertificatesEnabled(java.lang.Boolean).Methods 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
Creates a default builder forS3CrtHttpConfiguration. -
connectionTimeout
Return the amount of time to wait when initially establishing a connection before giving up and timing out. -
proxyConfiguration
Return the configuredS3CrtProxyConfiguration. -
healthConfiguration
Return the configuredS3CrtConnectionHealthConfiguration. -
trustAllCertificatesEnabled
Return the configuredS3CrtHttpConfiguration.Builder.trustAllCertificatesEnabled(java.lang.Boolean). -
equals
-
hashCode
-
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<S3CrtHttpConfiguration.Builder,S3CrtHttpConfiguration> - Returns:
- a builder for type T
-