public class S3ClientOptions extends Object
Constructor and Description |
---|
S3ClientOptions() |
Modifier and Type | Method and Description |
---|---|
ClientBootstrap |
getClientBootstrap() |
Boolean |
getComputeContentMd5() |
CredentialsProvider |
getCredentialsProvider() |
String |
getEndpoint() |
int |
getMaxConnections() |
long |
getPartSize() |
String |
getRegion() |
StandardRetryOptions |
getStandardRetryOptions() |
double |
getThroughputTargetGbps() |
TlsContext |
getTlsContext() |
S3ClientOptions |
withClientBootstrap(ClientBootstrap clientBootstrap) |
S3ClientOptions |
withComputeContentMd5(Boolean computeContentMd5) |
S3ClientOptions |
withCredentialsProvider(CredentialsProvider credentialsProvider) |
S3ClientOptions |
withEndpoint(String endpoint) |
S3ClientOptions |
withMaxConnections(int maxConnections) |
S3ClientOptions |
withPartSize(long partSize) |
S3ClientOptions |
withRegion(String region) |
S3ClientOptions |
withStandardRetryOptions(StandardRetryOptions standardRetryOptions) |
S3ClientOptions |
withThroughputTargetGbps(double throughputTargetGbps) |
S3ClientOptions |
withTlsContext(TlsContext tlsContext) |
public S3ClientOptions withRegion(String region)
public String getRegion()
public S3ClientOptions withClientBootstrap(ClientBootstrap clientBootstrap)
public ClientBootstrap getClientBootstrap()
public S3ClientOptions withCredentialsProvider(CredentialsProvider credentialsProvider)
public CredentialsProvider getCredentialsProvider()
public S3ClientOptions withPartSize(long partSize)
public long getPartSize()
public S3ClientOptions withThroughputTargetGbps(double throughputTargetGbps)
public double getThroughputTargetGbps()
public S3ClientOptions withEndpoint(String endpoint)
public String getEndpoint()
public S3ClientOptions withTlsContext(TlsContext tlsContext)
public TlsContext getTlsContext()
public S3ClientOptions withMaxConnections(int maxConnections)
public int getMaxConnections()
public S3ClientOptions withComputeContentMd5(Boolean computeContentMd5)
public Boolean getComputeContentMd5()
public S3ClientOptions withStandardRetryOptions(StandardRetryOptions standardRetryOptions)
public StandardRetryOptions getStandardRetryOptions()
Copyright © 2021. All rights reserved.