Interface PrepareQueryRequest.Builder

    • Method Detail

      • queryString

        PrepareQueryRequest.Builder queryString​(String queryString)

        The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the query string @ character followed by an identifier.

        Parameters:
        queryString - The Timestream query string that you want to use as a prepared statement. Parameter names can be specified in the query string @ character followed by an identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validateOnly

        PrepareQueryRequest.Builder validateOnly​(Boolean validateOnly)

        By setting this value to true, Timestream will only validate that the query string is a valid Timestream query, and not store the prepared query for later use.

        Parameters:
        validateOnly - By setting this value to true, Timestream will only validate that the query string is a valid Timestream query, and not store the prepared query for later use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.