Struct aws_sdk_workmail::output::create_user_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateUserOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The identifier for the new user.
sourcepub fn build(self) -> CreateUserOutput
pub fn build(self) -> CreateUserOutput
Consumes the builder and constructs a CreateUserOutput
.