Struct aws_sdk_fsx::input::delete_file_system_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DeleteFileSystemInput
Implementations
The ID of the file system you want to delete.
The ID of the file system you want to delete.
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
The configuration object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
pub fn set_windows_configuration(
self,
input: Option<DeleteFileSystemWindowsConfiguration>
) -> Self
pub fn set_windows_configuration(
self,
input: Option<DeleteFileSystemWindowsConfiguration>
) -> Self
The configuration object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
The configuration object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
pub fn set_lustre_configuration(
self,
input: Option<DeleteFileSystemLustreConfiguration>
) -> Self
pub fn set_lustre_configuration(
self,
input: Option<DeleteFileSystemLustreConfiguration>
) -> Self
The configuration object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
Consumes the builder and constructs a DeleteFileSystemInput
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