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 AWS 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.
|
CreateGroupMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateGroupMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateGroupMembershipRequest.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 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.CreateGroupMembershipRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.CreateGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateGroupMembershipRequest.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.