public static interface DescribeGroupMembershipRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeGroupMembershipRequest.Builder,DescribeGroupMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupMembershipRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
DescribeGroupMembershipRequest.Builder |
groupName(String groupName)
The name of the group that you want to search.
|
DescribeGroupMembershipRequest.Builder |
memberName(String memberName)
The user name of the user that you want to search for.
|
DescribeGroupMembershipRequest.Builder |
namespace(String namespace)
The namespace that includes the group you are searching within.
|
DescribeGroupMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGroupMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGroupMembershipRequest.Builder memberName(String memberName)
The user name of the user that you want to search for.
memberName - The user name of the user that you want to search for.DescribeGroupMembershipRequest.Builder groupName(String groupName)
The name of the group that you want to search.
groupName - The name of the group that you want to search.DescribeGroupMembershipRequest.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.DescribeGroupMembershipRequest.Builder namespace(String namespace)
The namespace that includes the group you are searching within.
namespace - The namespace that includes the group you are searching within.DescribeGroupMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGroupMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.