Class PrepareQueryRequest

    • Method Detail

      • queryString

        public final 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.

        Returns:
        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.
      • validateOnly

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object