public static interface UpdateAccountSettingsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountSettingsRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
list.
|
UpdateAccountSettingsRequest.Builder |
defaultNamespace(String defaultNamespace)
The default namespace for this Amazon Web Services account.
|
UpdateAccountSettingsRequest.Builder |
notificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services
account or Amazon QuickSight subscription.
|
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAccountSettingsRequest.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
A boolean value that determines whether or not an Amazon QuickSight account can be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountSettingsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.
awsAccountId - The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want
to list.UpdateAccountSettingsRequest.Builder defaultNamespace(String defaultNamespace)
The default namespace for this Amazon Web Services account. Currently, the default is default.
IAM users that register for the first time with Amazon QuickSight provide an email address that becomes
associated with the default namespace.
defaultNamespace - The default namespace for this Amazon Web Services account. Currently, the default is
default. IAM users that register for the first time with Amazon QuickSight provide an
email address that becomes associated with the default namespace.UpdateAccountSettingsRequest.Builder notificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.
notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web
Services account or Amazon QuickSight subscription.UpdateAccountSettingsRequest.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A
True value doesn't allow the account to be deleted and results in an error message if a user
tries to make a DeleteAccountSubscription request. A False value will allow the
account to be deleted.
terminationProtectionEnabled - A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A
True value doesn't allow the account to be deleted and results in an error message if a
user tries to make a DeleteAccountSubscription request. A False value will
allow the account to be deleted.UpdateAccountSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAccountSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.