public static interface DeleteGroupRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
Modifier and Type | Method and Description |
---|---|
DeleteGroupRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
DeleteGroupRequest.Builder |
groupName(String groupName)
The name of the group that you want to delete.
|
DeleteGroupRequest.Builder |
namespace(String namespace)
The namespace.
|
DeleteGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteGroupRequest.Builder groupName(String groupName)
The name of the group that you want to delete.
groupName
- The name of the group that you want to delete.DeleteGroupRequest.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.DeleteGroupRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.DeleteGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.