Interface UpdateAccountSettingsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>, QuickSightRequest.Builder, SdkBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateAccountSettingsRequest

public static interface UpdateAccountSettingsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsRequest.Builder,UpdateAccountSettingsRequest>
  • Method Details

    • awsAccountId

      UpdateAccountSettingsRequest.Builder awsAccountId(String awsAccountId)

      The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.

      Parameters:
      awsAccountId - The ID for the Amazon Web Services account that contains the Amazon 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 Amazon 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 is default. IAM users that register for the first time with Amazon 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 Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.

      Parameters:
      notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon 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 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 DeleteAccountSubscription request. A False value will allow the account to be deleted.

      Parameters:
      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 DeleteAccountSubscription request. A False value 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.