Interface DescribeAccountSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAccountSettingsResponse.Builder,
,DescribeAccountSettingsResponse> SdkBuilder<DescribeAccountSettingsResponse.Builder,
,DescribeAccountSettingsResponse> SdkPojo
,SdkResponse.Builder
,TimestreamQueryResponse.Builder
- Enclosing class:
DescribeAccountSettingsResponse
-
Method Summary
Modifier and TypeMethodDescriptionmaxQueryTCU
(Integer maxQueryTCU) The maximum number of Timestream compute units (TCUs) the service will use at any point in time to serve your queries.queryCompute
(Consumer<QueryComputeResponse.Builder> queryCompute) An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.queryCompute
(QueryComputeResponse queryCompute) An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.queryPricingModel
(String queryPricingModel) The pricing model for queries in your account.queryPricingModel
(QueryPricingModel queryPricingModel) The pricing model for queries in your account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
maxQueryTCU
The maximum number of Timestream compute units (TCUs) 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. This configuration is applicable only for on-demand usage of (TCUs).
- Parameters:
maxQueryTCU
- The maximum number of Timestream compute units (TCUs) 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. This configuration is applicable only for on-demand usage of (TCUs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryPricingModel
The pricing model for queries in your account.
The
QueryPricingModel
parameter is used by several Timestream operations; however, theUpdateAccountSettings
API operation doesn't recognize any values other thanCOMPUTE_UNITS
.- Parameters:
queryPricingModel
- The pricing model for queries in your account.The
QueryPricingModel
parameter is used by several Timestream operations; however, theUpdateAccountSettings
API operation doesn't recognize any values other thanCOMPUTE_UNITS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryPricingModel
The pricing model for queries in your account.
The
QueryPricingModel
parameter is used by several Timestream operations; however, theUpdateAccountSettings
API operation doesn't recognize any values other thanCOMPUTE_UNITS
.- Parameters:
queryPricingModel
- The pricing model for queries in your account.The
QueryPricingModel
parameter is used by several Timestream operations; however, theUpdateAccountSettings
API operation doesn't recognize any values other thanCOMPUTE_UNITS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryCompute
An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
- Parameters:
queryCompute
- An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryCompute
default DescribeAccountSettingsResponse.Builder queryCompute(Consumer<QueryComputeResponse.Builder> queryCompute) An object that contains the usage settings for Timestream Compute Units (TCUs) in your account for the query workload.
This is a convenience method that creates an instance of theQueryComputeResponse.Builder
avoiding the need to create one manually viaQueryComputeResponse.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqueryCompute(QueryComputeResponse)
.- Parameters:
queryCompute
- a consumer that will call methods onQueryComputeResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-