Interface QueryComputeResponse.Builder

    • 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 value PROVISIONED.
        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 value PROVISIONED.
        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.