Class S3CrtProxyConfiguration
- java.lang.Object
-
- software.amazon.awssdk.crtcore.CrtProxyConfiguration
-
- software.amazon.awssdk.services.s3.crt.S3CrtProxyConfiguration
-
- All Implemented Interfaces:
ToCopyableBuilder<S3CrtProxyConfiguration.Builder,S3CrtProxyConfiguration>
@Immutable @ThreadSafe public final class S3CrtProxyConfiguration extends CrtProxyConfiguration implements ToCopyableBuilder<S3CrtProxyConfiguration.Builder,S3CrtProxyConfiguration>
Proxy configuration forS3CrtAsyncClientBuilder. This class is used to configure proxy to be used by the AWS CRT-based S3 client.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3CrtProxyConfiguration.BuilderBuilder forS3CrtProxyConfiguration.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3CrtProxyConfiguration.Builderbuilder()booleanequals(Object o)inthashCode()S3CrtProxyConfiguration.BuildertoBuilder()StringtoString()-
Methods inherited from class software.amazon.awssdk.crtcore.CrtProxyConfiguration
host, isUseEnvironmentVariableValues, nonProxyHosts, password, port, scheme, username
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public S3CrtProxyConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3CrtProxyConfiguration.Builder,S3CrtProxyConfiguration>
-
builder
public static S3CrtProxyConfiguration.Builder builder()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCrtProxyConfiguration
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCrtProxyConfiguration
-
-