Class S3CrtProxyConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtProxyConfiguration
software.amazon.awssdk.services.s3.crt.S3CrtProxyConfiguration
- All Implemented Interfaces:
- ToCopyableBuilder<S3CrtProxyConfiguration.Builder,- S3CrtProxyConfiguration> 
@SdkPublicApi
@Immutable
@ThreadSafe
public final class S3CrtProxyConfiguration
extends CrtProxyConfiguration
implements ToCopyableBuilder<S3CrtProxyConfiguration.Builder,S3CrtProxyConfiguration> 
Proxy configuration for 
S3CrtAsyncClientBuilder. This class is used to configure proxy to be used
 by the AWS CRT-based S3 client.- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from class software.amazon.awssdk.crtcore.CrtProxyConfigurationhost, isUseEnvironmentVariableValues, nonProxyHosts, password, port, scheme, usernameMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
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<S3CrtProxyConfiguration.Builder,- S3CrtProxyConfiguration> 
- Returns:
- a builder for type T
 
- 
builder
- 
toString
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- CrtProxyConfiguration
 
- 
equals- Overrides:
- equalsin class- CrtProxyConfiguration
 
 
-