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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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
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:
 
 - 
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:
 
 - 
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.
 
 - 
 
 
 -