Struct aws_sdk_memorydb::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 set_user_name(self, input: Option<String>) -> Self
pub fn set_user_name(self, input: Option<String>) -> Self
The name of the user to delete
sourcepub fn build(self) -> Result<DeleteUserInput, BuildError>
pub fn build(self) -> Result<DeleteUserInput, BuildError>
Consumes the builder and constructs a DeleteUserInput
.