Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectLockConfigurationRequest.Builder
Packages that use PutObjectLockConfigurationRequest.Builder
-
Uses of PutObjectLockConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectLockConfigurationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest) S3Client.putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest) -
Uses of PutObjectLockConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectLockConfigurationRequest.BuilderModifier and TypeMethodDescriptionThe bucket whose Object Lock configuration you want to create or replace.PutObjectLockConfigurationRequest.builder()PutObjectLockConfigurationRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLockConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLockConfigurationRequest.Builder.contentMD5(String contentMD5) The MD5 hash for the request body.PutObjectLockConfigurationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutObjectLockConfigurationRequest.Builder.objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration) The Object Lock configuration that you want to apply to the specified bucket.PutObjectLockConfigurationRequest.Builder.objectLockConfiguration(ObjectLockConfiguration objectLockConfiguration) The Object Lock configuration that you want to apply to the specified bucket.PutObjectLockConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectLockConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectLockConfigurationRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.PutObjectLockConfigurationRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.PutObjectLockConfigurationRequest.toBuilder()A token to allow Object Lock to be enabled for an existing bucket.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectLockConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectLockConfigurationRequest.Builder>PutObjectLockConfigurationRequest.serializableBuilderClass()