@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSnaplockConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateSnaplockConfiguration.Builder,UpdateSnaplockConfiguration>
Updates the SnapLock configuration for an existing FSx for ONTAP volume.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSnaplockConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
auditLogVolume()
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume.
|
AutocommitPeriod |
autocommitPeriod()
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
|
static UpdateSnaplockConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PrivilegedDelete |
privilegedDelete()
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.
|
String |
privilegedDeleteAsString()
Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume.
|
SnaplockRetentionPeriod |
retentionPeriod()
Specifies the retention period of an FSx for ONTAP SnapLock volume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSnaplockConfiguration.Builder> |
serializableBuilderClass() |
UpdateSnaplockConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
volumeAppendModeEnabled()
Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean auditLogVolume()
Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is
false. If you set AuditLogVolume to true, 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.
false. If you set AuditLogVolume to true, 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.
public final AutocommitPeriod autocommitPeriod()
The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.
public final PrivilegedDelete 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 is DISABLED.
For more information, see Privileged delete.
If the service returns an enum value that is not available in the current SDK version, privilegedDelete
will return PrivilegedDelete.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from privilegedDeleteAsString().
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 is DISABLED.
For more information, see Privileged delete.
PrivilegedDeletepublic final String 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 is DISABLED.
For more information, see Privileged delete.
If the service returns an enum value that is not available in the current SDK version, privilegedDelete
will return PrivilegedDelete.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from privilegedDeleteAsString().
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 is DISABLED.
For more information, see Privileged delete.
PrivilegedDeletepublic final SnaplockRetentionPeriod retentionPeriod()
Specifies the retention period of an FSx for ONTAP SnapLock volume.
public final Boolean 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.
false.
For more information, see Volume-append mode.
public UpdateSnaplockConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSnaplockConfiguration.Builder,UpdateSnaplockConfiguration>public static UpdateSnaplockConfiguration.Builder builder()
public static Class<? extends UpdateSnaplockConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.