Uses of Interface
software.amazon.awssdk.services.fsx.model.RetentionPeriod.Builder
-
Packages that use RetentionPeriod.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of RetentionPeriod.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return RetentionPeriod.Builder Modifier and Type Method Description static RetentionPeriod.BuilderRetentionPeriod. builder()RetentionPeriod.BuilderRetentionPeriod. toBuilder()RetentionPeriod.BuilderRetentionPeriod.Builder. type(String type)Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.RetentionPeriod.BuilderRetentionPeriod.Builder. type(RetentionPeriodType type)Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.RetentionPeriod.BuilderRetentionPeriod.Builder. value(Integer value)Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type RetentionPeriod.Builder Modifier and Type Method Description static Class<? extends RetentionPeriod.Builder>RetentionPeriod. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type RetentionPeriod.Builder Modifier and Type Method Description default SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. defaultRetention(Consumer<RetentionPeriod.Builder> defaultRetention)The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume.default SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. maximumRetention(Consumer<RetentionPeriod.Builder> maximumRetention)The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.default SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. minimumRetention(Consumer<RetentionPeriod.Builder> minimumRetention)The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.
-