Interface DeleteGroupMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteGroupMembershipRequest.Builder,DeleteGroupMembershipRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteGroupMembershipRequest.Builder,DeleteGroupMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteGroupMembershipRequest
public static interface DeleteGroupMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteGroupMembershipRequest.Builder,DeleteGroupMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteGroupMembershipRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that the group is in.DeleteGroupMembershipRequest.BuildergroupName(String groupName)The name of the group that you want to delete the user from.DeleteGroupMembershipRequest.BuildermemberName(String memberName)The name of the user that you want to delete from the group membership.DeleteGroupMembershipRequest.Buildernamespace(String namespace)The namespace of the group that you want to remove a user from.DeleteGroupMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteGroupMembershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
memberName
DeleteGroupMembershipRequest.Builder memberName(String memberName)
The name of the user that you want to delete from the group membership.
- Parameters:
memberName- The name of the user that you want to delete from the group membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
DeleteGroupMembershipRequest.Builder groupName(String groupName)
The name of the group that you want to delete the user from.
- Parameters:
groupName- The name of the group that you want to delete the user from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
DeleteGroupMembershipRequest.Builder awsAccountId(String awsAccountId)
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.
- Parameters:
awsAccountId- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DeleteGroupMembershipRequest.Builder namespace(String namespace)
The namespace of the group that you want to remove a user from.
- Parameters:
namespace- The namespace of the group that you want to remove a user from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-