Struct aws_sdk_workmail::input::create_alias_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateAliasInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The organization under which the member (user or group) exists.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The organization under which the member (user or group) exists.
sourcepub fn entity_id(self, input: impl Into<String>) -> Self
pub fn entity_id(self, input: impl Into<String>) -> Self
The member (user or group) to which this alias is added.
sourcepub fn set_entity_id(self, input: Option<String>) -> Self
pub fn set_entity_id(self, input: Option<String>) -> Self
The member (user or group) to which this alias is added.
sourcepub fn build(self) -> Result<CreateAliasInput, BuildError>
pub fn build(self) -> Result<CreateAliasInput, BuildError>
Consumes the builder and constructs a CreateAliasInput
.