public static interface DeleteFileSystemOpenZFSConfiguration.Builder extends SdkPojo, CopyableBuilder<DeleteFileSystemOpenZFSConfiguration.Builder,DeleteFileSystemOpenZFSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemOpenZFSConfiguration.Builder |
finalBackupTags(Collection<Tag> finalBackupTags)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
A list of tags to apply to the file system's final backup.
|
DeleteFileSystemOpenZFSConfiguration.Builder |
finalBackupTags(Tag... finalBackupTags)
A list of tags to apply to the file system's final backup.
|
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 |
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 |
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 |
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 |
skipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemOpenZFSConfiguration.Builder skipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip taking a final backup, set this value to true.
skipFinalBackup - By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the
DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and
we highly recommend taking the final backup. If you want to skip taking a final backup, set this value
to true.DeleteFileSystemOpenZFSConfiguration.Builder finalBackupTags(Collection<Tag> finalBackupTags)
A list of tags to apply to the file system's final backup.
finalBackupTags - A list of tags to apply to the file system's final backup.DeleteFileSystemOpenZFSConfiguration.Builder finalBackupTags(Tag... finalBackupTags)
A list of tags to apply to the file system's final backup.
finalBackupTags - A list of tags to apply to the file system's final backup.DeleteFileSystemOpenZFSConfiguration.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
A list of tags to apply to the file system's final backup.
This is a convenience method that creates an instance of theTag.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) 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. If your file system has child volumes and you don't use this
option, the delete request will fail.
options - To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. If your file system has child volumes and you don't
use this option, the delete request will fail.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. If your file system has child volumes and you don't use this
option, the delete request will fail.
options - To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. If your file system has child volumes and you don't
use this option, the delete request will fail.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. If your file system has child volumes and you don't use this
option, the delete request will fail.
options - To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. If your file system has child volumes and you don't
use this option, the delete request will fail.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. If your file system has child volumes and you don't use this
option, the delete request will fail.
options - To delete a file system if there are child volumes present below the root volume, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. If your file system has child volumes and you don't
use this option, the delete request will fail.Copyright © 2023. All rights reserved.