Interface QueryComputeRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryComputeRequest.Builder,
,QueryComputeRequest> SdkBuilder<QueryComputeRequest.Builder,
,QueryComputeRequest> SdkPojo
- Enclosing class:
QueryComputeRequest
-
Method Summary
Modifier and TypeMethodDescriptioncomputeMode
(String computeMode) The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.computeMode
(ComputeMode computeMode) The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.default QueryComputeRequest.Builder
provisionedCapacity
(Consumer<ProvisionedCapacityRequest.Builder> provisionedCapacity) Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.provisionedCapacity
(ProvisionedCapacityRequest provisionedCapacity) Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) 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
-
Method Details
-
computeMode
The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED
.- Parameters:
computeMode
- The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the valuePROVISIONED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
computeMode
The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value
PROVISIONED
.- Parameters:
computeMode
- The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the valuePROVISIONED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisionedCapacity
Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.
- Parameters:
provisionedCapacity
- Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedCapacity
default QueryComputeRequest.Builder provisionedCapacity(Consumer<ProvisionedCapacityRequest.Builder> provisionedCapacity) Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.
This is a convenience method that creates an instance of theProvisionedCapacityRequest.Builder
avoiding the need to create one manually viaProvisionedCapacityRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisionedCapacity(ProvisionedCapacityRequest)
.- Parameters:
provisionedCapacity
- a consumer that will call methods onProvisionedCapacityRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-