Struct aws_sdk_elasticache::input::delete_user_group_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteUserGroupInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn user_group_id(self, input: impl Into<String>) -> Self
pub fn user_group_id(self, input: impl Into<String>) -> Self
The ID of the user group.
sourcepub fn set_user_group_id(self, input: Option<String>) -> Self
pub fn set_user_group_id(self, input: Option<String>) -> Self
The ID of the user group.
sourcepub fn build(self) -> Result<DeleteUserGroupInput, BuildError>
pub fn build(self) -> Result<DeleteUserGroupInput, BuildError>
Consumes the builder and constructs a DeleteUserGroupInput
.