Interface DeleteFileSystemOpenZFSConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteFileSystemOpenZFSConfiguration.Builder,
,DeleteFileSystemOpenZFSConfiguration> SdkBuilder<DeleteFileSystemOpenZFSConfiguration.Builder,
,DeleteFileSystemOpenZFSConfiguration> SdkPojo
- Enclosing class:
DeleteFileSystemOpenZFSConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfinalBackupTags
(Collection<Tag> finalBackupTags) A list of tags to apply to the file system's final backup.finalBackupTags
(Consumer<Tag.Builder>... finalBackupTags) A list of tags to apply to the file system's final backup.finalBackupTags
(Tag... finalBackupTags) A list of tags to apply to the file system's final backup.options
(Collection<DeleteFileSystemOpenZFSOption> options) To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.options
(DeleteFileSystemOpenZFSOption... options) To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.optionsWithStrings
(String... options) To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.optionsWithStrings
(Collection<String> options) To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.skipFinalBackup
(Boolean skipFinalBackup) By default, Amazon FSx for OpenZFS takes a final backup on your behalf when theDeleteFileSystem
operation is invoked.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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 totrue
.- Parameters:
skipFinalBackup
- By default, Amazon FSx for OpenZFS takes a final backup on your behalf when theDeleteFileSystem
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 totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
A list of tags to apply to the file system's final backup.
- Parameters:
finalBackupTags
- A list of tags to apply to the file system's final backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
A list of tags to apply to the file system's final backup.
- Parameters:
finalBackupTags
- A list of tags to apply to the file system's final backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofinalBackupTags(List<Tag>)
.- Parameters:
finalBackupTags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optionsWithStrings
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.- Parameters:
options
- To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this option, the delete request will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionsWithStrings
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.- Parameters:
options
- To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this option, the delete request will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
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.- Parameters:
options
- To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this option, the delete request will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
options
- To delete a file system if there are child volumes present below the root volume, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
. If your file system has child volumes and you don't use this option, the delete request will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-