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