Interface UpdateAccountSettingsRequest.Builder

    • 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 is default. 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 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 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.