Interface UpdateSnaplockConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateSnaplockConfiguration.Builder,
,UpdateSnaplockConfiguration> SdkBuilder<UpdateSnaplockConfiguration.Builder,
,UpdateSnaplockConfiguration> SdkPojo
- Enclosing class:
UpdateSnaplockConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionauditLogVolume
(Boolean auditLogVolume) Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume.autocommitPeriod
(Consumer<AutocommitPeriod.Builder> autocommitPeriod) The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.autocommitPeriod
(AutocommitPeriod autocommitPeriod) The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.privilegedDelete
(String privilegedDelete) Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.privilegedDelete
(PrivilegedDelete privilegedDelete) Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.retentionPeriod
(Consumer<SnaplockRetentionPeriod.Builder> retentionPeriod) Specifies the retention period of an FSx for ONTAP SnapLock volume.retentionPeriod
(SnaplockRetentionPeriod retentionPeriod) Specifies the retention period of an FSx for ONTAP SnapLock volume.volumeAppendModeEnabled
(Boolean volumeAppendModeEnabled) Enables or disables volume-append mode on 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
-
auditLogVolume
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is
false
. If you setAuditLogVolume
totrue
, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.For more information, see SnapLock audit log volumes.
- Parameters:
auditLogVolume
- Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value isfalse
. If you setAuditLogVolume
totrue
, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.For more information, see SnapLock audit log volumes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autocommitPeriod
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
- Parameters:
autocommitPeriod
- The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autocommitPeriod
default UpdateSnaplockConfiguration.Builder autocommitPeriod(Consumer<AutocommitPeriod.Builder> autocommitPeriod) The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
This is a convenience method that creates an instance of theAutocommitPeriod.Builder
avoiding the need to create one manually viaAutocommitPeriod.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautocommitPeriod(AutocommitPeriod)
.- Parameters:
autocommitPeriod
- a consumer that will call methods onAutocommitPeriod.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
privilegedDelete
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods.
PERMANENTLY_DISABLED
is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value isDISABLED
.For more information, see Privileged delete.
- Parameters:
privilegedDelete
- Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods.PERMANENTLY_DISABLED
is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value isDISABLED
.For more information, see Privileged delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
privilegedDelete
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods.
PERMANENTLY_DISABLED
is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value isDISABLED
.For more information, see Privileged delete.
- Parameters:
privilegedDelete
- Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods.PERMANENTLY_DISABLED
is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value isDISABLED
.For more information, see Privileged delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retentionPeriod
Specifies the retention period of an FSx for ONTAP SnapLock volume.
- Parameters:
retentionPeriod
- Specifies the retention period of an FSx for ONTAP SnapLock volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
default UpdateSnaplockConfiguration.Builder retentionPeriod(Consumer<SnaplockRetentionPeriod.Builder> retentionPeriod) Specifies the retention period of an FSx for ONTAP SnapLock volume.
This is a convenience method that creates an instance of theSnaplockRetentionPeriod.Builder
avoiding the need to create one manually viaSnaplockRetentionPeriod.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toretentionPeriod(SnaplockRetentionPeriod)
.- Parameters:
retentionPeriod
- a consumer that will call methods onSnaplockRetentionPeriod.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
volumeAppendModeEnabled
Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value is
false
.For more information, see Volume-append mode.
- Parameters:
volumeAppendModeEnabled
- Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value isfalse
.For more information, see Volume-append mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-