Struct aws_sdk_quicksight::operation::delete_group_membership::builders::DeleteGroupMembershipInputBuilder
source · #[non_exhaustive]pub struct DeleteGroupMembershipInputBuilder { /* private fields */ }Expand description
A builder for DeleteGroupMembershipInput.
Implementations§
source§impl DeleteGroupMembershipInputBuilder
impl DeleteGroupMembershipInputBuilder
sourcepub fn member_name(self, input: impl Into<String>) -> Self
pub fn member_name(self, input: impl Into<String>) -> Self
The name of the user that you want to delete from the group membership.
sourcepub fn set_member_name(self, input: Option<String>) -> Self
pub fn set_member_name(self, input: Option<String>) -> Self
The name of the user that you want to delete from the group membership.
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The name of the group that you want to delete the user from.
sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The name of the group that you want to delete the user from.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The namespace of the group that you want to remove a user from.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace of the group that you want to remove a user from.
sourcepub fn build(self) -> Result<DeleteGroupMembershipInput, BuildError>
pub fn build(self) -> Result<DeleteGroupMembershipInput, BuildError>
Consumes the builder and constructs a DeleteGroupMembershipInput.
Trait Implementations§
source§impl Clone for DeleteGroupMembershipInputBuilder
impl Clone for DeleteGroupMembershipInputBuilder
source§fn clone(&self) -> DeleteGroupMembershipInputBuilder
fn clone(&self) -> DeleteGroupMembershipInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteGroupMembershipInputBuilder
impl Default for DeleteGroupMembershipInputBuilder
source§fn default() -> DeleteGroupMembershipInputBuilder
fn default() -> DeleteGroupMembershipInputBuilder
source§impl PartialEq<DeleteGroupMembershipInputBuilder> for DeleteGroupMembershipInputBuilder
impl PartialEq<DeleteGroupMembershipInputBuilder> for DeleteGroupMembershipInputBuilder
source§fn eq(&self, other: &DeleteGroupMembershipInputBuilder) -> bool
fn eq(&self, other: &DeleteGroupMembershipInputBuilder) -> bool
self and other values to be equal, and is used
by ==.