Interface QueryComputeResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryComputeResponse.Builder,QueryComputeResponse>,SdkBuilder<QueryComputeResponse.Builder,QueryComputeResponse>,SdkPojo
- Enclosing class:
- QueryComputeResponse
public static interface QueryComputeResponse.Builder extends SdkPojo, CopyableBuilder<QueryComputeResponse.Builder,QueryComputeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description QueryComputeResponse.BuildercomputeMode(String computeMode)The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.QueryComputeResponse.BuildercomputeMode(ComputeMode computeMode)The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.default QueryComputeResponse.BuilderprovisionedCapacity(Consumer<ProvisionedCapacityResponse.Builder> provisionedCapacity)Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.QueryComputeResponse.BuilderprovisionedCapacity(ProvisionedCapacityResponse 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 Detail
-
computeMode
QueryComputeResponse.Builder computeMode(String 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,ComputeMode
-
computeMode
QueryComputeResponse.Builder computeMode(ComputeMode 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,ComputeMode
-
provisionedCapacity
QueryComputeResponse.Builder provisionedCapacity(ProvisionedCapacityResponse 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 QueryComputeResponse.Builder provisionedCapacity(Consumer<ProvisionedCapacityResponse.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 theProvisionedCapacityResponse.Builderavoiding the need to create one manually viaProvisionedCapacityResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisionedCapacity(ProvisionedCapacityResponse).- Parameters:
provisionedCapacity- a consumer that will call methods onProvisionedCapacityResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
provisionedCapacity(ProvisionedCapacityResponse)
-
-