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 QuickSight subscription in your AWS account.
|
AccountSettings.Builder |
defaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
|
AccountSettings.Builder |
edition(Edition edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings.Builder |
edition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
|
AccountSettings.Builder |
notificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountSettings.Builder accountName(String accountName)
The "account name" you provided for the QuickSight subscription in your AWS account. You create this name when you sign up for QuickSight. It is unique in all of AWS and it appears only in the console when users sign in.
accountName - The "account name" you provided for the QuickSight subscription in your AWS account. You create this
name when you sign up for QuickSight. It is unique in all of AWS and it appears only in the console
when users sign in.AccountSettings.Builder edition(String edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
AccountSettings.Builder edition(Edition edition)
The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.
AccountSettings.Builder defaultNamespace(String defaultNamespace)
The default QuickSight namespace for your AWS account.
defaultNamespace - The default QuickSight namespace for your AWS account.AccountSettings.Builder notificationEmail(String notificationEmail)
The main notification email for your QuickSight subscription.
notificationEmail - The main notification email for your QuickSight subscription.Copyright © 2020. All rights reserved.