Uses of Interface
software.amazon.awssdk.services.s3control.model.S3SetObjectRetentionOperation.Builder
-
Packages that use S3SetObjectRetentionOperation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3SetObjectRetentionOperation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3SetObjectRetentionOperation.Builder Modifier and Type Method Description static S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation. builder()S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation.Builder. bypassGovernanceRetention(Boolean bypassGovernanceRetention)Indicates if the action should be applied to objects in the Batch Operations job even if they have Object LockGOVERNANCEtype in place.default S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation.Builder. retention(Consumer<S3Retention.Builder> retention)Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job.S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation.Builder. retention(S3Retention retention)Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job.S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3SetObjectRetentionOperation.Builder Modifier and Type Method Description static Class<? extends S3SetObjectRetentionOperation.Builder>S3SetObjectRetentionOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type S3SetObjectRetentionOperation.Builder Modifier and Type Method Description default JobOperation.BuilderJobOperation.Builder. s3PutObjectRetention(Consumer<S3SetObjectRetentionOperation.Builder> s3PutObjectRetention)Sets the value of the S3PutObjectRetention property for this object.
-