Struct aws_sdk_fsx::model::delete_file_system_lustre_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DeleteFileSystemLustreConfiguration
Implementations
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)
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)
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.
Consumes the builder and constructs a DeleteFileSystemLustreConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more