Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockRule.Builder
-
Packages that use ObjectLockRule.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockRule.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockRule.Builder Modifier and Type Method Description static 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.BuilderObjectLockRule.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.BuilderObjectLockRule. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockRule.Builder Modifier and Type Method Description static Class<? extends ObjectLockRule.Builder>ObjectLockRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockRule.Builder Modifier and Type Method Description default ObjectLockConfiguration.BuilderObjectLockConfiguration.Builder. rule(Consumer<ObjectLockRule.Builder> rule)Specifies the Object Lock rule for the specified object.
-