public static interface CreateGroupMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupMembershipRequest.Builder,CreateGroupMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGroupMembershipRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
CreateGroupMembershipRequest.Builder |
groupName(String groupName)
The name of the group that you want to add the user to.
|
CreateGroupMembershipRequest.Builder |
memberName(String memberName)
The name of the user that you want to add to the group membership.
|
CreateGroupMembershipRequest.Builder |
namespace(String namespace)
The namespace that you want the user to be a part of.
|
CreateGroupMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupMembershipRequest.Builder memberName(String memberName)
The name of the user that you want to add to the group membership.
memberName - The name of the user that you want to add to the group membership.CreateGroupMembershipRequest.Builder groupName(String groupName)
The name of the group that you want to add the user to.
groupName - The name of the group that you want to add the user to.CreateGroupMembershipRequest.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.
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.CreateGroupMembershipRequest.Builder namespace(String namespace)
The namespace that you want the user to be a part of.
namespace - The namespace that you want the user to be a part of.CreateGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.