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 AWS 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.
|
CreateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateGroupRequest.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 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.CreateGroupRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.