public static interface AccountSettings.Builder extends SdkPojo, CopyableBuilder<AccountSettings.Builder,AccountSettings>
| Modifier and Type | Method and Description |
|---|---|
AccountSettings.Builder |
accountName(String accountName)
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account.
|
AccountSettings.Builder |
defaultNamespace(String defaultNamespace)
The default Amazon QuickSight namespace for your Amazon Web Services account.
|
AccountSettings.Builder |
edition(Edition edition)
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings.Builder |
edition(String edition)
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings.Builder |
notificationEmail(String notificationEmail)
The main notification email for your Amazon QuickSight subscription.
|
AccountSettings.Builder |
publicSharingEnabled(Boolean publicSharingEnabled)
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
|
AccountSettings.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
A boolean value that determines whether or not an Amazon QuickSight account can be deleted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountSettings.Builder accountName(String accountName)
The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.
accountName - The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services
account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon
Web Services and it appears only when users sign in.AccountSettings.Builder edition(String edition)
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
AccountSettings.Builder edition(Edition edition)
The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
AccountSettings.Builder defaultNamespace(String defaultNamespace)
The default Amazon QuickSight namespace for your Amazon Web Services account.
defaultNamespace - The default Amazon QuickSight namespace for your Amazon Web Services account.AccountSettings.Builder notificationEmail(String notificationEmail)
The main notification email for your Amazon QuickSight subscription.
notificationEmail - The main notification email for your Amazon QuickSight subscription.AccountSettings.Builder publicSharingEnabled(Boolean publicSharingEnabled)
A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.
publicSharingEnabled - A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.
For more information about turning on public sharing, see UpdatePublicSharingSettings.AccountSettings.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 DeleteAccountSubsctiption request. A False value will allow the
ccount 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 DeleteAccountSubsctiption request. A False value will
allow the ccount to be deleted.Copyright © 2023. All rights reserved.