Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockRule.Builder
Packages that use ObjectLockRule.Builder
-
Uses of ObjectLockRule.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRule.BuilderModifier and TypeMethodDescriptionstatic ObjectLockRule.BuilderObjectLockRule.builder()default ObjectLockRule.BuilderObjectLockRule.Builder.defaultRetention(Consumer<DefaultRetention.Builder> defaultRetention) The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.ObjectLockRule.Builder.defaultRetention(DefaultRetention defaultRetention) The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.ObjectLockRule.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ObjectLockRule.Builder>ObjectLockRule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockRule.BuilderModifier and TypeMethodDescriptiondefault ObjectLockConfiguration.BuilderObjectLockConfiguration.Builder.rule(Consumer<ObjectLockRule.Builder> rule) Specifies the Object Lock rule for the specified object.