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)
Add an optional request override configuration.
|
DeleteGroupMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteGroupMembershipRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.