| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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(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.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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteFileSystemOpenZFSConfiguration.Builder> |
DeleteFileSystemOpenZFSConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteFileSystemRequest.Builder |
DeleteFileSystemRequest.Builder.openZFSConfiguration(Consumer<DeleteFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
Copyright © 2023. All rights reserved.