Interface UpdateAccountSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAccountSettingsRequest
@Mutable @NotThreadSafe public static interface UpdateAccountSettingsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAccountSettingsRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.UpdateAccountSettingsRequest.BuilderdefaultNamespace(String defaultNamespace)The default namespace for this Amazon Web Services account.UpdateAccountSettingsRequest.BuildernotificationEmail(String notificationEmail)The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.UpdateAccountSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAccountSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAccountSettingsRequest.BuilderterminationProtectionEnabled(Boolean terminationProtectionEnabled)A boolean value that determines whether or not an QuickSight account can be deleted.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateAccountSettingsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the QuickSight settings that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultNamespace
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 QuickSight provide an email address that becomes associated with the default namespace.- Parameters:
defaultNamespace- The default namespace for this Amazon Web Services account. Currently, the default isdefault. IAM users that register for the first time with QuickSight provide an email address that becomes associated with the default namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationEmail
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.
- Parameters:
notificationEmail- The email address that you want QuickSight to send notifications to regarding your Amazon Web Services account or QuickSight subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminationProtectionEnabled
UpdateAccountSettingsRequest.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
A boolean value that determines whether or not an QuickSight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubscriptionrequest. AFalsevalue will allow the account to be deleted.- Parameters:
terminationProtectionEnabled- A boolean value that determines whether or not an QuickSight account can be deleted. ATruevalue doesn't allow the account to be deleted and results in an error message if a user tries to make aDeleteAccountSubscriptionrequest. AFalsevalue will allow the account to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAccountSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAccountSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-