Struct aws_sdk_storagegateway::input::update_file_system_association_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateFileSystemAssociationInput
Implementations
The Amazon Resource Name (ARN) of the file system association that you want to update.
The Amazon Resource Name (ARN) of the file system association that you want to update.
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
The password of the user credential.
The Amazon Resource Name (ARN) of the storage used for the audit logs.
The Amazon Resource Name (ARN) of the storage used for the audit logs.
The refresh cache information for the file share or FSx file systems.
The refresh cache information for the file share or FSx file systems.
Consumes the builder and constructs a UpdateFileSystemAssociationInput
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