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 Amazon Web Services 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 of the group that you want to delete.
|
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 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.DeleteGroupRequest.Builder namespace(String namespace)
The namespace of the group that you want to delete.
namespace
- The namespace of the group that you want to delete.DeleteGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.