Interface QueryComputeRequest.Builder

  • Method Details

    • computeMode

      QueryComputeRequest.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 value PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • computeMode

      QueryComputeRequest.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 value PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provisionedCapacity

      QueryComputeRequest.Builder provisionedCapacity(ProvisionedCapacityRequest 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 the ProvisionedCapacityRequest.Builder avoiding the need to create one manually via ProvisionedCapacityRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to provisionedCapacity(ProvisionedCapacityRequest).

      Parameters:
      provisionedCapacity - a consumer that will call methods on ProvisionedCapacityRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: