public static interface RetentionPeriod.Builder extends SdkPojo, CopyableBuilder<RetentionPeriod.Builder,RetentionPeriod>
| Modifier and Type | Method and Description |
|---|---|
RetentionPeriod.Builder |
type(RetentionPeriodType type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.
|
RetentionPeriod.Builder |
type(String type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume.
|
RetentionPeriod.Builder |
value(Integer value)
Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetentionPeriod.Builder type(String type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the
valid types. If you set it to INFINITE, the files are retained forever. If you set it to
UNSPECIFIED, the files are retained until you set an explicit retention period.
type - Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one
of the valid types. If you set it to INFINITE, the files are retained forever. If you set
it to UNSPECIFIED, the files are retained until you set an explicit retention period.RetentionPeriodType,
RetentionPeriodTypeRetentionPeriod.Builder type(RetentionPeriodType type)
Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the
valid types. If you set it to INFINITE, the files are retained forever. If you set it to
UNSPECIFIED, the files are retained until you set an explicit retention period.
type - Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one
of the valid types. If you set it to INFINITE, the files are retained forever. If you set
it to UNSPECIFIED, the files are retained until you set an explicit retention period.RetentionPeriodType,
RetentionPeriodTypeRetentionPeriod.Builder value(Integer value)
Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume. You can't set a
value for INFINITE or UNSPECIFIED. For all other options, the following ranges are
valid:
Seconds: 0 - 65,535
Minutes: 0 - 65,535
Hours: 0 - 24
Days: 0 - 365
Months: 0 - 12
Years: 0 - 100
value - Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume. You can't set
a value for INFINITE or UNSPECIFIED. For all other options, the following
ranges are valid:
Seconds: 0 - 65,535
Minutes: 0 - 65,535
Hours: 0 - 24
Days: 0 - 365
Months: 0 - 12
Years: 0 - 100
Copyright © 2023. All rights reserved.