public static interface DeleteVolumeOntapConfiguration.Builder extends SdkPojo, CopyableBuilder<DeleteVolumeOntapConfiguration.Builder,DeleteVolumeOntapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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 |
finalBackupTags(Collection<Tag> finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
finalBackupTags(Tag... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
skipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVolumeOntapConfiguration.Builder skipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
skipFinalBackup - Set to true if you want to skip taking a final backup of the volume you are deleting.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags - The new value for the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Tag... finalBackupTags)
finalBackupTags - The new value for the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #finalBackupTags(List.
finalBackupTags - a consumer that will call methods on Tag.Builder#finalBackupTags(java.util.Collection) 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. The IAM permission
fsx:BypassSnaplockEnterpriseRetention is also required to delete SnapLock Enterprise volumes
with unexpired WORM files. The default value is false.
For more information, see Deleting a SnapLock volume.
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. The IAM permission
fsx:BypassSnaplockEnterpriseRetention is also required to delete SnapLock Enterprise
volumes with unexpired WORM files. The default value is false.
For more information, see Deleting a SnapLock volume.
Copyright © 2023. All rights reserved.