#[non_exhaustive]pub struct DeleteFileSystemWindowsConfigurationBuilder { /* private fields */ }
Expand description
A builder for DeleteFileSystemWindowsConfiguration
.
Implementations§
source§impl DeleteFileSystemWindowsConfigurationBuilder
impl DeleteFileSystemWindowsConfigurationBuilder
sourcepub fn skip_final_backup(self, input: bool) -> Self
pub fn skip_final_backup(self, input: bool) -> Self
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.
sourcepub fn set_skip_final_backup(self, input: Option<bool>) -> Self
pub fn set_skip_final_backup(self, input: Option<bool>) -> Self
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.
sourcepub fn get_skip_final_backup(&self) -> &Option<bool>
pub fn get_skip_final_backup(&self) -> &Option<bool>
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.
A set of tags for your final backup.
sourcepub fn build(self) -> DeleteFileSystemWindowsConfiguration
pub fn build(self) -> DeleteFileSystemWindowsConfiguration
Consumes the builder and constructs a DeleteFileSystemWindowsConfiguration
.
Trait Implementations§
source§impl Clone for DeleteFileSystemWindowsConfigurationBuilder
impl Clone for DeleteFileSystemWindowsConfigurationBuilder
source§fn clone(&self) -> DeleteFileSystemWindowsConfigurationBuilder
fn clone(&self) -> DeleteFileSystemWindowsConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteFileSystemWindowsConfigurationBuilder
impl Default for DeleteFileSystemWindowsConfigurationBuilder
source§fn default() -> DeleteFileSystemWindowsConfigurationBuilder
fn default() -> DeleteFileSystemWindowsConfigurationBuilder
source§impl PartialEq for DeleteFileSystemWindowsConfigurationBuilder
impl PartialEq for DeleteFileSystemWindowsConfigurationBuilder
source§fn eq(&self, other: &DeleteFileSystemWindowsConfigurationBuilder) -> bool
fn eq(&self, other: &DeleteFileSystemWindowsConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.