Package software.amazon.awssdk.crt.s3
Class S3ClientOptions
- java.lang.Object
-
- software.amazon.awssdk.crt.s3.S3ClientOptions
-
public class S3ClientOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description S3ClientOptions()
-
Method Summary
-
-
-
Method Detail
-
withRegion
public S3ClientOptions withRegion(String region)
-
getRegion
public String getRegion()
-
withClientBootstrap
public S3ClientOptions withClientBootstrap(ClientBootstrap clientBootstrap)
-
getClientBootstrap
public ClientBootstrap getClientBootstrap()
-
withCredentialsProvider
public S3ClientOptions withCredentialsProvider(CredentialsProvider credentialsProvider)
-
getCredentialsProvider
public CredentialsProvider getCredentialsProvider()
-
withPartSize
public S3ClientOptions withPartSize(long partSize)
-
getPartSize
public long getPartSize()
-
withThroughputTargetGbps
public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps)
-
getThroughputTargetGbps
public double getThroughputTargetGbps()
-
withEndpoint
public S3ClientOptions withEndpoint(String endpoint)
-
getEndpoint
public String getEndpoint()
-
withTlsContext
public S3ClientOptions withTlsContext(TlsContext tlsContext)
-
getTlsContext
public TlsContext getTlsContext()
-
withMaxConnections
public S3ClientOptions withMaxConnections(int maxConnections)
-
getMaxConnections
public int getMaxConnections()
-
withComputeContentMd5
public S3ClientOptions withComputeContentMd5(Boolean computeContentMd5)
-
getComputeContentMd5
public Boolean getComputeContentMd5()
-
withStandardRetryOptions
public S3ClientOptions withStandardRetryOptions(StandardRetryOptions standardRetryOptions)
-
getStandardRetryOptions
public StandardRetryOptions getStandardRetryOptions()
-
-