Interface S3BaseClientBuilder<B extends S3BaseClientBuilder<B,C>,C>
- All Superinterfaces:
AwsClientBuilder<B,,C> Buildable,SdkBuilder<B,,C> SdkClientBuilder<B,C>
- All Known Subinterfaces:
S3AsyncClientBuilder,S3ClientBuilder
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface S3BaseClientBuilder<B extends S3BaseClientBuilder<B,C>,C>
extends AwsClientBuilder<B,C>
This includes configuration specific to Amazon S3 that is supported by both
S3ClientBuilder and
S3AsyncClientBuilder.-
Method Summary
Modifier and TypeMethodDescriptionaccelerate(Boolean accelerate) Enables this client to use S3 Transfer Acceleration endpoints.default BauthSchemeProvider(S3AuthSchemeProvider authSchemeProvider) Set theS3AuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.crossRegionAccessEnabled(Boolean crossRegionAccessEnabled) Enables cross-region bucket access for this clientdisableMultiRegionAccessPoints(Boolean disableMultiRegionAccessPoints) Disables this client's usage of Multi-Region Access Points.disableS3ExpressSessionAuth(Boolean disableS3ExpressSessionAuth) Disables this client's usage of Session Auth for S3Express buckets and reverts to using conventional SigV4 for those.default BendpointProvider(S3EndpointProvider endpointProvider) Set theS3EndpointProviderimplementation that will be used by the client to determine the endpoint for each request.forcePathStyle(Boolean forcePathStyle) Forces this client to use path-style addressing for buckets.default BrequestChecksumCalculation(RequestChecksumCalculation requestChecksumCalculation) Configures the client behavior for request checksum calculation.default BresponseChecksumValidation(ResponseChecksumValidation responseChecksumValidation) Configures the client behavior for response checksum validation.default BserviceConfiguration(Consumer<S3Configuration.Builder> serviceConfiguration) serviceConfiguration(S3Configuration serviceConfiguration) default Bsigv4aSigningRegionSet(RegionSet sigv4aSigningRegionSet) Sets theRegionSetto be used for operations using Sigv4a signing requests.useArnRegion(Boolean useArnRegion) Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.Methods inherited from interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, regionMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
addPlugin, endpointOverride, overrideConfiguration, overrideConfiguration, overrideConfiguration, plugins, putAuthScheme
-
Method Details
-
serviceConfiguration
-
serviceConfiguration
-
endpointProvider
Set theS3EndpointProviderimplementation that will be used by the client to determine the endpoint for each request. This is optional; if none is provided a default implementation will be used the SDK. -
authSchemeProvider
Set theS3AuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request. This is optional; if none is provided a default implementation will be used the SDK. -
accelerate
-
disableMultiRegionAccessPoints
-
disableS3ExpressSessionAuth
-
forcePathStyle
-
useArnRegion
-
crossRegionAccessEnabled
-
requestChecksumCalculation
Configures the client behavior for request checksum calculation. -
responseChecksumValidation
Configures the client behavior for response checksum validation. -
sigv4aSigningRegionSet
Sets theRegionSetto be used for operations using Sigv4a signing requests. This is optional; if not provided, the following precedence is used:SdkSystemSetting.AWS_SIGV4A_SIGNING_REGION_SET.- as
sigv4a_signing_region_setin the configuration file. - The region configured for the client.
-