Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectLegalHoldRequest.Builder
Packages that use PutObjectLegalHoldRequest.Builder
-
Uses of PutObjectLegalHoldRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectLegalHoldRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder> putObjectLegalHoldRequest) default PutObjectLegalHoldResponseS3Client.putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder> putObjectLegalHoldRequest) -
Uses of PutObjectLegalHoldRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectLegalHoldRequest.BuilderModifier and TypeMethodDescriptionThe bucket name containing the object that you want to place a legal hold on.PutObjectLegalHoldRequest.builder()PutObjectLegalHoldRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLegalHoldRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectLegalHoldRequest.Builder.contentMD5(String contentMD5) The MD5 hash for the request body.PutObjectLegalHoldRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The key name for the object that you want to place a legal hold on.PutObjectLegalHoldRequest.Builder.legalHold(Consumer<ObjectLockLegalHold.Builder> legalHold) Container element for the legal hold configuration you want to apply to the specified object.PutObjectLegalHoldRequest.Builder.legalHold(ObjectLockLegalHold legalHold) Container element for the legal hold configuration you want to apply to the specified object.PutObjectLegalHoldRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectLegalHoldRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectLegalHoldRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.PutObjectLegalHoldRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.PutObjectLegalHoldRequest.toBuilder()The version ID of the object that you want to place a legal hold on.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectLegalHoldRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectLegalHoldRequest.Builder>PutObjectLegalHoldRequest.serializableBuilderClass()