Struct aws_sdk_workdocs::input::delete_user_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteUserInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
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 build(self) -> Result<DeleteUserInput, BuildError>
pub fn build(self) -> Result<DeleteUserInput, BuildError>
Consumes the builder and constructs a DeleteUserInput
.