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