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 AWS account that contains the QuickSight settings that you want to list.
|
UpdateAccountSettingsRequest.Builder |
defaultNamespace(String defaultNamespace)
The default namespace for this AWS account.
|
UpdateAccountSettingsRequest.Builder |
notificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight
subscription.
|
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountSettingsRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight settings that you want to list.
awsAccountId - The ID for the AWS account that contains the QuickSight settings that you want to list.UpdateAccountSettingsRequest.Builder defaultNamespace(String defaultNamespace)
The default namespace for this AWS account. Currently, the default is default. AWS Identity and
Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes
associated with the default namespace.
defaultNamespace - The default namespace for this AWS account. Currently, the default is default. AWS
Identity and Access Management (IAM) users that register for the first time with QuickSight provide an
email that becomes associated with the default namespace.UpdateAccountSettingsRequest.Builder notificationEmail(String notificationEmail)
The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.
notificationEmail - The email address that you want QuickSight to send notifications to regarding your AWS account or
QuickSight subscription.UpdateAccountSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAccountSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.