Interface UpdateAccountSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAccountSettingsResponse.Builder,
,UpdateAccountSettingsResponse> SdkBuilder<UpdateAccountSettingsResponse.Builder,
,UpdateAccountSettingsResponse> SdkPojo
,SdkResponse.Builder
,TimestreamQueryResponse.Builder
- Enclosing class:
UpdateAccountSettingsResponse
@Mutable
@NotThreadSafe
public static interface UpdateAccountSettingsResponse.Builder
extends TimestreamQueryResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountSettingsResponse.Builder,UpdateAccountSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmaxQueryTCU
(Integer maxQueryTCU) The configured maximum number of compute units the service will use at any point in time to serve your queries.queryCompute
(Consumer<QueryComputeResponse.Builder> queryCompute) Confirms the updated account settings for querying data in your account.queryCompute
(QueryComputeResponse queryCompute) Confirms the updated account settings for querying data in your account.queryPricingModel
(String queryPricingModel) The pricing model for an account.queryPricingModel
(QueryPricingModel queryPricingModel) The pricing model for an 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 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
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
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:
-
queryCompute
Confirms the updated account settings for querying data in your account.
- Parameters:
queryCompute
- Confirms the updated account settings for querying data in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryCompute
default UpdateAccountSettingsResponse.Builder queryCompute(Consumer<QueryComputeResponse.Builder> queryCompute) Confirms the updated account settings for querying data in your account.
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:
-