public static interface UpdateGroupRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
UpdateGroupRequest.Builder |
description(String description)
The description for the group that you want to update.
|
UpdateGroupRequest.Builder |
groupName(String groupName)
The name of the group that you want to update.
|
UpdateGroupRequest.Builder |
namespace(String namespace)
The namespace.
|
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGroupRequest.Builder groupName(String groupName)
The name of the group that you want to update.
groupName - The name of the group that you want to update.UpdateGroupRequest.Builder description(String description)
The description for the group that you want to update.
description - The description for the group that you want to update.UpdateGroupRequest.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.UpdateGroupRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default.
namespace - The namespace. Currently, you should set this to default.UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.