Interface AutocommitPeriod.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutocommitPeriod.Builder,AutocommitPeriod>,SdkBuilder<AutocommitPeriod.Builder,AutocommitPeriod>,SdkPojo
- Enclosing class:
- AutocommitPeriod
public static interface AutocommitPeriod.Builder extends SdkPojo, CopyableBuilder<AutocommitPeriod.Builder,AutocommitPeriod>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutocommitPeriod.Buildertype(String type)Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.AutocommitPeriod.Buildertype(AutocommitPeriodType type)Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.AutocommitPeriod.Buildervalue(Integer value)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
AutocommitPeriod.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
NONEdisables 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 toNONEdisables autocommit. The default value isNONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutocommitPeriodType,AutocommitPeriodType
-
type
AutocommitPeriod.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
NONEdisables 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 toNONEdisables autocommit. The default value isNONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutocommitPeriodType,AutocommitPeriodType
-
value
AutocommitPeriod.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
- 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.
-
-
-