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 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 QuickSight to send notifications to regarding your Amazon Web Services
account; or QuickSight subscription.
|
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateAccountSettingsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account; that contains the QuickSight settings that you want to list.
awsAccountId
- The ID for the Amazon Web Services account; that contains the 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
.
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 Amazon Web Services account;. Currently, the default is
default
. 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 Amazon Web Services account; or QuickSight subscription.
notificationEmail
- The email address that you want QuickSight to send notifications to regarding your Amazon Web Services
account; or QuickSight subscription.UpdateAccountSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateAccountSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.