| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnaplockRetentionPeriod.Builder> |
SnaplockRetentionPeriod.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SnaplockConfiguration.Builder |
SnaplockConfiguration.Builder.retentionPeriod(Consumer<SnaplockRetentionPeriod.Builder> retentionPeriod)
Specifies the retention period of an FSx for ONTAP SnapLock volume.
|
default UpdateSnaplockConfiguration.Builder |
UpdateSnaplockConfiguration.Builder.retentionPeriod(Consumer<SnaplockRetentionPeriod.Builder> retentionPeriod)
Specifies the retention period of an FSx for ONTAP SnapLock volume.
|
default CreateSnaplockConfiguration.Builder |
CreateSnaplockConfiguration.Builder.retentionPeriod(Consumer<SnaplockRetentionPeriod.Builder> retentionPeriod)
Specifies the retention period of an FSx for ONTAP SnapLock volume.
|
Copyright © 2023. All rights reserved.