Class S3CrtHttpConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.crt.S3CrtHttpConfiguration
- All Implemented Interfaces:
- ToCopyableBuilder<S3CrtHttpConfiguration.Builder,- S3CrtHttpConfiguration> 
@SdkPublicApi
@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 SummaryNested Classes
- 
Method SummaryModifier 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.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderCreates a default builder forS3CrtHttpConfiguration.
- 
connectionTimeoutReturn the amount of time to wait when initially establishing a connection before giving up and timing out.
- 
proxyConfigurationReturn the configuredS3CrtProxyConfiguration.
- 
healthConfigurationReturn the configuredS3CrtConnectionHealthConfiguration.
- 
trustAllCertificatesEnabledReturn the configuredS3CrtHttpConfiguration.Builder.trustAllCertificatesEnabled(java.lang.Boolean).
- 
equals
- 
hashCode
- 
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<S3CrtHttpConfiguration.Builder,- S3CrtHttpConfiguration> 
- Returns:
- a builder for type T
 
 
-