Class UpdateSnaplockConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<UpdateSnaplockConfiguration.Builder,
UpdateSnaplockConfiguration>
Updates the SnapLock configuration for an existing FSx for ONTAP volume.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume.final AutocommitPeriod
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final PrivilegedDelete
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.final String
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.final SnaplockRetentionPeriod
Specifies the retention period of an FSx for ONTAP SnapLock volume.static Class
<? extends UpdateSnaplockConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Boolean
Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.
- Returns:
- 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.
-
autocommitPeriod
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
- Returns:
- The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
-
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.
If the service returns an enum value that is not available in the current SDK version,
privilegedDelete
will returnPrivilegedDelete.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprivilegedDeleteAsString()
.- Returns:
- 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.
- See Also:
-
privilegedDeleteAsString
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.
If the service returns an enum value that is not available in the current SDK version,
privilegedDelete
will returnPrivilegedDelete.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromprivilegedDeleteAsString()
.- Returns:
- 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.
- See Also:
-
retentionPeriod
Specifies the retention period of an FSx for ONTAP SnapLock volume.
- Returns:
- Specifies the retention period of an FSx for ONTAP SnapLock volume.
-
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.
- Returns:
- 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.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<UpdateSnaplockConfiguration.Builder,
UpdateSnaplockConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-