public static interface DeleteAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccountCustomizationRequest.Builder,DeleteAccountCustomizationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteAccountCustomizationRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
|
DeleteAccountCustomizationRequest.Builder |
namespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
|
DeleteAccountCustomizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccountCustomizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.
awsAccountId
- The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.DeleteAccountCustomizationRequest.Builder namespace(String namespace)
The QuickSight namespace that you're deleting the customizations from.
namespace
- The QuickSight namespace that you're deleting the customizations from.DeleteAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.