| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.builder() |
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.Builder.bypassSnaplockEnterpriseRetention(Boolean bypassSnaplockEnterpriseRetention)
Setting this to
true allows a SnapLock administrator to delete an FSx for ONTAP SnapLock
Enterprise volume with unexpired write once, read many (WORM) files. |
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.Builder.finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.Builder.finalBackupTags(Tag... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.Builder.skipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
|
DeleteVolumeOntapConfiguration.Builder |
DeleteVolumeOntapConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteVolumeOntapConfiguration.Builder> |
DeleteVolumeOntapConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteVolumeRequest.Builder |
DeleteVolumeRequest.Builder.ontapConfiguration(Consumer<DeleteVolumeOntapConfiguration.Builder> ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the
backup.
|
Copyright © 2023. All rights reserved.