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 Amazon Web Services account that you want to delete Amazon QuickSight customizations from in
this Amazon Web Services Region.
|
DeleteAccountCustomizationRequest.Builder |
namespace(String namespace)
The Amazon 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 Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
awsAccountId
- The ID for the Amazon Web Services account that you want to delete Amazon QuickSight customizations
from in this Amazon Web Services Region.DeleteAccountCustomizationRequest.Builder namespace(String namespace)
The Amazon QuickSight namespace that you're deleting the customizations from.
namespace
- The Amazon 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 © 2022. All rights reserved.