public static interface DeleteGroupMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteGroupMembershipRequest.Builder,DeleteGroupMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteGroupMembershipRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
DeleteGroupMembershipRequest.Builder |
groupName(String groupName)
The name of the group that you want to delete the user from.
|
DeleteGroupMembershipRequest.Builder |
memberName(String memberName)
The name of the user that you want to delete from the group membership.
|
DeleteGroupMembershipRequest.Builder |
namespace(String namespace)
The namespace.
|
DeleteGroupMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteGroupMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteGroupMembershipRequest.Builder memberName(String memberName)
The name of the user that you want to delete from the group membership.
memberName - The name of the user that you want to delete from the group membership.DeleteGroupMembershipRequest.Builder groupName(String groupName)
The name of the group that you want to delete the user from.
groupName - The name of the group that you want to delete the user from.DeleteGroupMembershipRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId - The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.DeleteGroupMembershipRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default.
namespace - The namespace. Currently, you should set this to default.DeleteGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.