Interface UpdateAccountSettingsRequest.Builder

  • Method Details

    • maxQueryTCU

      The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas. This configuration is applicable only for on-demand usage of Timestream Compute Units (TCUs).

      The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas.

      Parameters:
      maxQueryTCU - The maximum number of compute units the service will use at any point in time to serve your queries. To run queries, you must set a minimum capacity of 4 TCU. You can set the maximum number of TCU in multiples of 4, for example, 4, 8, 16, 32, and so on. The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas. This configuration is applicable only for on-demand usage of Timestream Compute Units (TCUs).

      The maximum value supported for MaxQueryTCU is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see Default quotas.

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

      UpdateAccountSettingsRequest.Builder queryPricingModel(String queryPricingModel)

      The pricing model for queries in an account.

      The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

      Parameters:
      queryPricingModel - The pricing model for queries in an account.

      The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

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

      UpdateAccountSettingsRequest.Builder queryPricingModel(QueryPricingModel queryPricingModel)

      The pricing model for queries in an account.

      The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

      Parameters:
      queryPricingModel - The pricing model for queries in an account.

      The QueryPricingModel parameter is used by several Timestream operations; however, the UpdateAccountSettings API operation doesn't recognize any values other than COMPUTE_UNITS.

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

      Modifies the query compute settings configured in your account, including the query pricing model and provisioned Timestream Compute Units (TCUs) in your account.

      This API is idempotent, meaning that making the same request multiple times will have the same effect as making the request once.

      Parameters:
      queryCompute - Modifies the query compute settings configured in your account, including the query pricing model and provisioned Timestream Compute Units (TCUs) in your account.

      This API is idempotent, meaning that making the same request multiple times will have the same effect as making the request once.

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

      Modifies the query compute settings configured in your account, including the query pricing model and provisioned Timestream Compute Units (TCUs) in your account.

      This API is idempotent, meaning that making the same request multiple times will have the same effect as making the request once.

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

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

      Parameters:
      queryCompute - a consumer that will call methods on QueryComputeRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.