static SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.builder() |
|
default SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.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.
|
SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.Builder.defaultRetention(RetentionPeriod 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.Builder |
SnaplockRetentionPeriod.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.
|
SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.Builder.maximumRetention(RetentionPeriod maximumRetention) |
The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.
|
default SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.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.
|
SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.Builder.minimumRetention(RetentionPeriod minimumRetention) |
The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.
|
SnaplockRetentionPeriod.Builder |
SnaplockRetentionPeriod.toBuilder() |
|