Uses of Interface
software.amazon.awssdk.services.s3.S3Configuration.Builder
Packages that use S3Configuration.Builder
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return S3Configuration.BuilderModifier and TypeMethodDescriptionS3Configuration.Builder.accelerateModeEnabled(Boolean accelerateModeEnabled) Option to enable using the accelerate endpoint when accessing S3.static S3Configuration.BuilderS3Configuration.builder()Create aS3Configuration.Builder, used to create aS3Configuration.S3Configuration.Builder.checksumValidationEnabled(Boolean checksumValidationEnabled) Deprecated.S3Configuration.Builder.chunkedEncodingEnabled(Boolean chunkedEncodingEnabled) Option to enable using chunked encoding when signing the request payload forPutObjectRequestandUploadPartRequest.S3Configuration.Builder.dualstackEnabled(Boolean dualstackEnabled) Deprecated.This option has been replaced withAwsClientBuilder.dualstackEnabled(Boolean)andS3Presigner.Builder.dualstackEnabled(Boolean).S3Configuration.Builder.expectContinueEnabled(Boolean expectContinueEnabled) Option to enable or disable the S3 SDK client's explicit setting of theExpect: 100-continueheader forPutObjectRequestandUploadPartRequest.S3Configuration.Builder.multiRegionEnabled(Boolean multiRegionEnabled) Option to enable or disable the usage of multi-region access point ARNs.S3Configuration.Builder.pathStyleAccessEnabled(Boolean pathStyleAccessEnabled) Option to enable using path style access for accessing S3 objects instead of DNS style access.S3Configuration.Builder.profileFile(Supplier<ProfileFile> profileFile) The supplier of profile file instances that should be consulted to determine the default value ofuseArnRegionEnabled(Boolean)ormultiRegionEnabled(Boolean).S3Configuration.Builder.profileFile(ProfileFile profileFile) The profile file that should be consulted to determine the default value ofuseArnRegionEnabled(Boolean)ormultiRegionEnabled(Boolean).S3Configuration.Builder.profileName(String profileName) The profile name that should be consulted to determine the default value ofuseArnRegionEnabled(Boolean)ormultiRegionEnabled(Boolean).S3Configuration.toBuilder()S3Configuration.Builder.useArnRegionEnabled(Boolean useArnRegionEnabled) If an S3 resource ARN is passed in as the target of an S3 operation that has a different region to the one the client was configured with, this flag must be set to 'true' to permit the client to make a cross-region call to the region specified in the ARN otherwise an exception will be thrown.Method parameters in software.amazon.awssdk.services.s3 with type arguments of type S3Configuration.BuilderModifier and TypeMethodDescriptiondefault BS3BaseClientBuilder.serviceConfiguration(Consumer<S3Configuration.Builder> serviceConfiguration)
S3BaseClientBuilder.requestChecksumCalculation(RequestChecksumCalculation)andS3BaseClientBuilder.responseChecksumValidation(ResponseChecksumValidation).