Interface QueryComputeResponse.Builder

  • Method Details

    • 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 value PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 value PROVISIONED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 the ProvisionedCapacityResponse.Builder avoiding the need to create one manually via ProvisionedCapacityResponse.builder().

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

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