Interface QueryComputeRequest.Builder

    • Method Detail

      • 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, ComputeMode
      • 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:
        ComputeMode, ComputeMode
      • 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.