Uses of Interface
software.amazon.awssdk.services.s3.model.DefaultRetention.Builder
Packages that use DefaultRetention.Builder
-
Uses of DefaultRetention.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DefaultRetention.BuilderModifier and TypeMethodDescriptionstatic DefaultRetention.BuilderDefaultRetention.builder()The number of days that you want to specify for the default retention period.The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.DefaultRetention.Builder.mode(ObjectLockRetentionMode mode) The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.DefaultRetention.toBuilder()The number of years that you want to specify for the default retention period.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DefaultRetention.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DefaultRetention.Builder>DefaultRetention.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type DefaultRetention.BuilderModifier and TypeMethodDescriptiondefault 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.