Struct aws_sdk_fsx::model::delete_file_system_windows_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DeleteFileSystemWindowsConfiguration
Implementations
By default, Amazon FSx for Windows 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
this backup, use this flag to do so.
By default, Amazon FSx for Windows 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
this backup, use this flag to do so.
Appends an item to final_backup_tags.
To override the contents of this collection use set_final_backup_tags.
A set of tags for your final backup.
A set of tags for your final backup.
Consumes the builder and constructs a DeleteFileSystemWindowsConfiguration
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