Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectRetentionRequest.Builder
Packages that use PutObjectRetentionRequest.Builder
-
Uses of PutObjectRetentionRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectRetentionRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putObjectRetention(Consumer<PutObjectRetentionRequest.Builder> putObjectRetentionRequest) default PutObjectRetentionResponseS3Client.putObjectRetention(Consumer<PutObjectRetentionRequest.Builder> putObjectRetentionRequest) -
Uses of PutObjectRetentionRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectRetentionRequest.BuilderModifier and TypeMethodDescriptionThe bucket name that contains the object you want to apply this Object Retention configuration to.PutObjectRetentionRequest.builder()PutObjectRetentionRequest.Builder.bypassGovernanceRetention(Boolean bypassGovernanceRetention) Indicates whether this action should bypass Governance-mode restrictions.PutObjectRetentionRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRetentionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectRetentionRequest.Builder.contentMD5(String contentMD5) The MD5 hash for the request body.PutObjectRetentionRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The key name for the object that you want to apply this Object Retention configuration to.PutObjectRetentionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectRetentionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectRetentionRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.PutObjectRetentionRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.PutObjectRetentionRequest.Builder.retention(Consumer<ObjectLockRetention.Builder> retention) The container element for the Object Retention configuration.PutObjectRetentionRequest.Builder.retention(ObjectLockRetention retention) The container element for the Object Retention configuration.PutObjectRetentionRequest.toBuilder()The version ID for the object that you want to apply this Object Retention configuration to.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectRetentionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectRetentionRequest.Builder>PutObjectRetentionRequest.serializableBuilderClass()