Struct aws_sdk_workdocs::input::deactivate_user_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeactivateUserInput
.
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 ID of the user.
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn build(self) -> Result<DeactivateUserInput, BuildError>
pub fn build(self) -> Result<DeactivateUserInput, BuildError>
Consumes the builder and constructs a DeactivateUserInput
.