public static interface PrepareQueryRequest.Builder extends TimestreamQueryRequest.Builder, SdkPojo, CopyableBuilder<PrepareQueryRequest.Builder,PrepareQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
PrepareQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PrepareQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PrepareQueryRequest.Builder |
queryString(String queryString)
The Timestream query string that you want to use as a prepared statement.
|
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. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPrepareQueryRequest.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.
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.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.
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.PrepareQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPrepareQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.