public static interface DescribeGroupRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>
Modifier and Type | Method and Description |
---|---|
DescribeGroupRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
DescribeGroupRequest.Builder |
groupName(String groupName)
The name of the group that you want to describe.
|
DescribeGroupRequest.Builder |
namespace(String namespace)
The namespace of the group that you want described.
|
DescribeGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeGroupRequest.Builder groupName(String groupName)
The name of the group that you want to describe.
groupName
- The name of the group that you want to describe.DescribeGroupRequest.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.DescribeGroupRequest.Builder namespace(String namespace)
The namespace of the group that you want described.
namespace
- The namespace of the group that you want described.DescribeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.