public static interface DeleteFileSystemLustreConfiguration.Builder extends SdkPojo, CopyableBuilder<DeleteFileSystemLustreConfiguration.Builder,DeleteFileSystemLustreConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemLustreConfiguration.Builder |
finalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
finalBackupTags(Tag... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
skipFinalBackup(Boolean skipFinalBackup)
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are
deleting. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemLustreConfiguration.Builder skipFinalBackup(Boolean skipFinalBackup)
Set SkipFinalBackup to false if you want to take a final backup of the file system you are
deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem operation is invoked. (Default = true)
The fsx:CreateBackup permission is required if you set SkipFinalBackup to
false in order to delete the file system and take a final backup.
skipFinalBackup - Set SkipFinalBackup to false if you want to take a final backup of the file system you
are deleting. By default, Amazon FSx will not take a final backup on your behalf when the
DeleteFileSystem operation is invoked. (Default = true)
The fsx:CreateBackup permission is required if you set SkipFinalBackup to
false in order to delete the file system and take a final backup.
DeleteFileSystemLustreConfiguration.Builder finalBackupTags(Collection<Tag> finalBackupTags)
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. If you have set the file system property CopyTagsToBackups to true, and you
specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any
existing file system tags to the backup.
finalBackupTags - Use if SkipFinalBackup is set to false, and you want to apply an array of
tags to the final backup. If you have set the file system property CopyTagsToBackups to
true, and you specify one or more FinalBackupTags when deleting a file system, Amazon FSx
will not copy any existing file system tags to the backup.DeleteFileSystemLustreConfiguration.Builder finalBackupTags(Tag... finalBackupTags)
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. If you have set the file system property CopyTagsToBackups to true, and you
specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any
existing file system tags to the backup.
finalBackupTags - Use if SkipFinalBackup is set to false, and you want to apply an array of
tags to the final backup. If you have set the file system property CopyTagsToBackups to
true, and you specify one or more FinalBackupTags when deleting a file system, Amazon FSx
will not copy any existing file system tags to the backup.DeleteFileSystemLustreConfiguration.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Use if SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. If you have set the file system property CopyTagsToBackups to true, and you
specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any
existing file system tags to the backup.
Tag.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) Copyright © 2023. All rights reserved.