Class S3NativeClientConfiguration.Builder
java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.S3NativeClientConfiguration.Builder
- Enclosing class:
- S3NativeClientConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionbuild()credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) endpointOverride(URI endpointOverride) httpConfiguration(S3CrtHttpConfiguration httpConfiguration) maxConcurrency(Integer maxConcurrency) maxNativeMemoryLimitInBytes(Long maxNativeMemoryLimitInBytes) partSizeInBytes(Long partSizeInBytes) readBufferSizeInBytes(Long readBufferSizeInBytes) signingRegion(String signingRegion) standardRetryOptions(software.amazon.awssdk.crt.io.StandardRetryOptions standardRetryOptions) targetThroughputInGbps(Double targetThroughputInGbps) thresholdInBytes(Long thresholdInBytes) 
- 
Method Details- 
signingRegion
- 
credentialsProviderpublic S3NativeClientConfiguration.Builder credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) 
- 
partSizeInBytes
- 
targetThroughputInGbps
- 
maxConcurrency
- 
maxNativeMemoryLimitInBytespublic S3NativeClientConfiguration.Builder maxNativeMemoryLimitInBytes(Long maxNativeMemoryLimitInBytes) 
- 
endpointOverride
- 
build
- 
readBufferSizeInBytes
- 
httpConfigurationpublic S3NativeClientConfiguration.Builder httpConfiguration(S3CrtHttpConfiguration httpConfiguration) 
- 
standardRetryOptionspublic S3NativeClientConfiguration.Builder standardRetryOptions(software.amazon.awssdk.crt.io.StandardRetryOptions standardRetryOptions) 
- 
thresholdInBytes
 
-