public static interface AutocommitPeriod.Builder extends SdkPojo, CopyableBuilder<AutocommitPeriod.Builder,AutocommitPeriod>
| Modifier and Type | Method and Description |
|---|---|
AutocommitPeriod.Builder |
type(AutocommitPeriodType type)
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
|
AutocommitPeriod.Builder |
type(String type)
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
|
AutocommitPeriod.Builder |
value(Integer value)
Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutocommitPeriod.Builder type(String type)
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting
this value to NONE disables autocommit. The default value is NONE.
type - Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
Setting this value to NONE disables autocommit. The default value is NONE.AutocommitPeriodType,
AutocommitPeriodTypeAutocommitPeriod.Builder type(AutocommitPeriodType type)
Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting
this value to NONE disables autocommit. The default value is NONE.
type - Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
Setting this value to NONE disables autocommit. The default value is NONE.AutocommitPeriodType,
AutocommitPeriodTypeAutocommitPeriod.Builder value(Integer value)
Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. The following ranges are valid:
Minutes: 5 - 65,535
Hours: 1 - 65,535
Days: 1 - 3,650
Months: 1 - 120
Years: 1 - 10
value - Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
The following ranges are valid:
Minutes: 5 - 65,535
Hours: 1 - 65,535
Days: 1 - 3,650
Months: 1 - 120
Years: 1 - 10
Copyright © 2023. All rights reserved.