Class UpdateAccountSettingsRequest

    • Method Detail

      • maxQueryTCU

        public final Integer 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:
        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.

      • queryPricingModel

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, queryPricingModel will return QueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryPricingModelAsString().

        Returns:
        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.

        See Also:
        QueryPricingModel
      • queryPricingModelAsString

        public final String queryPricingModelAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, queryPricingModel will return QueryPricingModel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queryPricingModelAsString().

        Returns:
        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.

        See Also:
        QueryPricingModel
      • queryCompute

        public final QueryComputeRequest 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:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object