public static interface DescribeAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountCustomizationRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
|
DescribeAccountCustomizationRequest.Builder |
namespace(String namespace)
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
|
DescribeAccountCustomizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccountCustomizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAccountCustomizationRequest.Builder |
resolved(Boolean resolved)
The
Resolved flag works with the other parameters to determine which view of Amazon QuickSight
customizations is returned. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
awsAccountId - The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
for.DescribeAccountCustomizationRequest.Builder namespace(String namespace)
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
namespace - The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.DescribeAccountCustomizationRequest.Builder resolved(Boolean resolved)
The Resolved flag works with the other parameters to determine which view of Amazon QuickSight
customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight
uses to identify which customizations to apply to the console. Omit this flag, or set it to
no-resolved, to reveal customizations that are configured at different levels.
resolved - The Resolved flag works with the other parameters to determine which view of Amazon
QuickSight customizations is returned. You can add this flag to your command to use the same view that
Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or
set it to no-resolved, to reveal customizations that are configured at different levels.DescribeAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.