#[non_exhaustive]pub struct DeleteFileSystemLustreConfigurationBuilder { /* private fields */ }Expand description
A builder for DeleteFileSystemLustreConfiguration.
Implementations§
source§impl DeleteFileSystemLustreConfigurationBuilder
impl DeleteFileSystemLustreConfigurationBuilder
sourcepub fn skip_final_backup(self, input: bool) -> Self
pub fn skip_final_backup(self, input: bool) -> Self
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.
sourcepub fn set_skip_final_backup(self, input: Option<bool>) -> Self
pub fn set_skip_final_backup(self, input: Option<bool>) -> Self
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.
sourcepub fn get_skip_final_backup(&self) -> &Option<bool>
pub fn get_skip_final_backup(&self) -> &Option<bool>
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.
Appends an item to final_backup_tags.
To override the contents of this collection use set_final_backup_tags.
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.
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.
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.
sourcepub fn build(self) -> DeleteFileSystemLustreConfiguration
pub fn build(self) -> DeleteFileSystemLustreConfiguration
Consumes the builder and constructs a DeleteFileSystemLustreConfiguration.
Trait Implementations§
source§impl Clone for DeleteFileSystemLustreConfigurationBuilder
impl Clone for DeleteFileSystemLustreConfigurationBuilder
source§fn clone(&self) -> DeleteFileSystemLustreConfigurationBuilder
fn clone(&self) -> DeleteFileSystemLustreConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteFileSystemLustreConfigurationBuilder
impl Default for DeleteFileSystemLustreConfigurationBuilder
source§fn default() -> DeleteFileSystemLustreConfigurationBuilder
fn default() -> DeleteFileSystemLustreConfigurationBuilder
source§impl PartialEq<DeleteFileSystemLustreConfigurationBuilder> for DeleteFileSystemLustreConfigurationBuilder
impl PartialEq<DeleteFileSystemLustreConfigurationBuilder> for DeleteFileSystemLustreConfigurationBuilder
source§fn eq(&self, other: &DeleteFileSystemLustreConfigurationBuilder) -> bool
fn eq(&self, other: &DeleteFileSystemLustreConfigurationBuilder) -> bool
self and other values to be equal, and is used
by ==.