Uses of Interface
software.amazon.awssdk.services.fsx.model.DeleteVolumeOntapConfiguration.Builder
-
Packages that use DeleteVolumeOntapConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteVolumeOntapConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteVolumeOntapConfiguration.Builder Modifier and Type Method Description static DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration. builder()DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration.Builder. bypassSnaplockEnterpriseRetention(Boolean bypassSnaplockEnterpriseRetention)Setting this totrueallows a SnapLock administrator to delete an FSx for ONTAP SnapLock Enterprise volume with unexpired write once, read many (WORM) files.DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration.Builder. finalBackupTags(Collection<Tag> finalBackupTags)Sets the value of the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration.Builder. finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)Sets the value of the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration.Builder. finalBackupTags(Tag... finalBackupTags)Sets the value of the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration.Builder. skipFinalBackup(Boolean skipFinalBackup)Set to true if you want to skip taking a final backup of the volume you are deleting.DeleteVolumeOntapConfiguration.BuilderDeleteVolumeOntapConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DeleteVolumeOntapConfiguration.Builder Modifier and Type Method Description static Class<? extends DeleteVolumeOntapConfiguration.Builder>DeleteVolumeOntapConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteVolumeOntapConfiguration.Builder Modifier and Type Method Description default DeleteVolumeRequest.BuilderDeleteVolumeRequest.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.
-