static DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.builder() |
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.finalBackupTags(Collection<Tag> finalBackupTags) |
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.finalBackupTags(Consumer<Tag.Builder>... finalBackupTags) |
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.finalBackupTags(Tag... finalBackupTags) |
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.options(Collection<DeleteFileSystemOpenZFSOption> options) |
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.options(DeleteFileSystemOpenZFSOption... options) |
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.optionsWithStrings(String... options) |
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.optionsWithStrings(Collection<String> options) |
To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.Builder.skipFinalBackup(Boolean skipFinalBackup) |
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
DeleteFileSystemOpenZFSConfiguration.toBuilder() |
|