Interface UpdateAccountSettingsResponse.Builder

  • Method Details

    • maxQueryTCU

      The configured maximum number of compute units the service will use at any point in time to serve your queries.

      Parameters:
      maxQueryTCU - The configured maximum number of compute units the service will use at any point in time to serve your queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryPricingModel

      UpdateAccountSettingsResponse.Builder queryPricingModel(String queryPricingModel)

      The pricing model for an account.

      Parameters:
      queryPricingModel - The pricing model for an account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryPricingModel

      UpdateAccountSettingsResponse.Builder queryPricingModel(QueryPricingModel queryPricingModel)

      The pricing model for an account.

      Parameters:
      queryPricingModel - The pricing model for an account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: