Interface DescribeAccountSettingsResponse.Builder

  • Method Details

    • accountSettings

      DescribeAccountSettingsResponse.Builder accountSettings(AccountSettings accountSettings)

      The Amazon Quick Sight settings for this Amazon Web Services account. This information includes the edition of Amazon Quick Sight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon Quick Sight subscription.

      In the Quick Sight console, the Amazon Quick Sight subscription is sometimes referred to as a Quick Sight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon Quick Sight service for your Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.

      Parameters:
      accountSettings - The Amazon Quick Sight settings for this Amazon Web Services account. This information includes the edition of Amazon Quick Sight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon Quick Sight subscription.

      In the Quick Sight console, the Amazon Quick Sight subscription is sometimes referred to as a Quick Sight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon Quick Sight service for your Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountSettings

      default DescribeAccountSettingsResponse.Builder accountSettings(Consumer<AccountSettings.Builder> accountSettings)

      The Amazon Quick Sight settings for this Amazon Web Services account. This information includes the edition of Amazon Quick Sight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon Quick Sight subscription.

      In the Quick Sight console, the Amazon Quick Sight subscription is sometimes referred to as a Quick Sight "account" even though it's technically not an account by itself. Instead, it's a subscription to the Amazon Quick Sight service for your Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.

      This is a convenience method that creates an instance of the AccountSettings.Builder avoiding the need to create one manually via AccountSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to accountSettings(AccountSettings).

      Parameters:
      accountSettings - a consumer that will call methods on AccountSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requestId

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.