| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static RetentionPeriod.Builder |
RetentionPeriod.builder() |
RetentionPeriod.Builder |
RetentionPeriod.toBuilder() |
RetentionPeriod.Builder |
RetentionPeriod.Builder.type(RetentionPeriodType type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.
|
RetentionPeriod.Builder |
RetentionPeriod.Builder.type(String type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.
|
RetentionPeriod.Builder |
RetentionPeriod.Builder.value(Integer value)
Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RetentionPeriod.Builder> |
RetentionPeriod.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
Copyright © 2023. All rights reserved.