Struct aws_sdk_transfer::model::posix_profile::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for PosixProfile
Implementations
The POSIX user ID used for all EFS operations by this user.
The POSIX user ID used for all EFS operations by this user.
The POSIX group ID used for all EFS operations by this user.
The POSIX group ID used for all EFS operations by this user.
Appends an item to secondary_gids.
To override the contents of this collection use set_secondary_gids.
The secondary POSIX group IDs used for all EFS operations by this user.
The secondary POSIX group IDs used for all EFS operations by this user.
Consumes the builder and constructs a PosixProfile
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
