Interface AutocommitPeriod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutocommitPeriod.Builder,
,AutocommitPeriod> SdkBuilder<AutocommitPeriod.Builder,
,AutocommitPeriod> SdkPojo
- Enclosing class:
AutocommitPeriod
-
Method Summary
Modifier and TypeMethodDescriptionDefines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.type
(AutocommitPeriodType type) Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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 isNONE
.- Parameters:
type
- Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value toNONE
disables autocommit. The default value isNONE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 isNONE
.- Parameters:
type
- Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value toNONE
disables autocommit. The default value isNONE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-