Interface PrepareQueryRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      PrepareQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.