#[non_exhaustive]pub struct AwsEfsAccessPointPosixUserDetailsBuilder { /* private fields */ }Expand description
A builder for AwsEfsAccessPointPosixUserDetails.
Implementations§
source§impl AwsEfsAccessPointPosixUserDetailsBuilder
impl AwsEfsAccessPointPosixUserDetailsBuilder
sourcepub fn gid(self, input: impl Into<String>) -> Self
pub fn gid(self, input: impl Into<String>) -> Self
The POSIX group ID used for all file system operations using this access point.
sourcepub fn set_gid(self, input: Option<String>) -> Self
pub fn set_gid(self, input: Option<String>) -> Self
The POSIX group ID used for all file system operations using this access point.
sourcepub fn get_gid(&self) -> &Option<String>
pub fn get_gid(&self) -> &Option<String>
The POSIX group ID used for all file system operations using this access point.
sourcepub fn secondary_gids(self, input: impl Into<String>) -> Self
pub fn secondary_gids(self, input: impl Into<String>) -> Self
Appends an item to secondary_gids.
To override the contents of this collection use set_secondary_gids.
Secondary POSIX group IDs used for all file system operations using this access point.
sourcepub fn set_secondary_gids(self, input: Option<Vec<String>>) -> Self
pub fn set_secondary_gids(self, input: Option<Vec<String>>) -> Self
Secondary POSIX group IDs used for all file system operations using this access point.
sourcepub fn get_secondary_gids(&self) -> &Option<Vec<String>>
pub fn get_secondary_gids(&self) -> &Option<Vec<String>>
Secondary POSIX group IDs used for all file system operations using this access point.
sourcepub fn uid(self, input: impl Into<String>) -> Self
pub fn uid(self, input: impl Into<String>) -> Self
The POSIX user ID used for all file system operations using this access point.
sourcepub fn set_uid(self, input: Option<String>) -> Self
pub fn set_uid(self, input: Option<String>) -> Self
The POSIX user ID used for all file system operations using this access point.
sourcepub fn get_uid(&self) -> &Option<String>
pub fn get_uid(&self) -> &Option<String>
The POSIX user ID used for all file system operations using this access point.
sourcepub fn build(self) -> AwsEfsAccessPointPosixUserDetails
pub fn build(self) -> AwsEfsAccessPointPosixUserDetails
Consumes the builder and constructs a AwsEfsAccessPointPosixUserDetails.
Trait Implementations§
source§impl Clone for AwsEfsAccessPointPosixUserDetailsBuilder
impl Clone for AwsEfsAccessPointPosixUserDetailsBuilder
source§fn clone(&self) -> AwsEfsAccessPointPosixUserDetailsBuilder
fn clone(&self) -> AwsEfsAccessPointPosixUserDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsEfsAccessPointPosixUserDetailsBuilder
impl Default for AwsEfsAccessPointPosixUserDetailsBuilder
source§fn default() -> AwsEfsAccessPointPosixUserDetailsBuilder
fn default() -> AwsEfsAccessPointPosixUserDetailsBuilder
source§impl PartialEq for AwsEfsAccessPointPosixUserDetailsBuilder
impl PartialEq for AwsEfsAccessPointPosixUserDetailsBuilder
source§fn eq(&self, other: &AwsEfsAccessPointPosixUserDetailsBuilder) -> bool
fn eq(&self, other: &AwsEfsAccessPointPosixUserDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.