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 AWS account that you want to describe QuickSight customizations for.
|
DescribeAccountCustomizationRequest.Builder |
namespace(String namespace)
The QuickSight namespace that you want to describe 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 QuickSight
customizations is returned. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you want to describe QuickSight customizations for.
awsAccountId - The ID for the AWS account that you want to describe QuickSight customizations for.DescribeAccountCustomizationRequest.Builder namespace(String namespace)
The QuickSight namespace that you want to describe QuickSight customizations for.
namespace - The QuickSight namespace that you want to describe QuickSight customizations for.DescribeAccountCustomizationRequest.Builder resolved(Boolean resolved)
The Resolved flag works with the other parameters to determine which view of QuickSight
customizations is returned. You can add this flag to your command to use the same view that 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 QuickSight
customizations is returned. You can add this flag to your command to use the same view that 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 © 2020. All rights reserved.