public static interface QueryRequest.Builder extends TimestreamQueryRequest.Builder, SdkPojo, CopyableBuilder<QueryRequest.Builder,QueryRequest>
| Modifier and Type | Method and Description |
|---|---|
QueryRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request.
|
QueryRequest.Builder |
maxRows(Integer maxRows)
The total number of rows to return in the output.
|
QueryRequest.Builder |
nextToken(String nextToken)
A pagination token passed to get a set of results.
|
QueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
QueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
QueryRequest.Builder |
queryString(String queryString)
The query to be executed by Timestream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryRequest.Builder queryString(String queryString)
The query to be executed by Timestream.
queryString - The query to be executed by Timestream.QueryRequest.Builder clientToken(String clientToken)
Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request.
Providing a ClientToken makes the call to Query idempotent, meaning that multiple
identical calls have the same effect as one single call.
Your query request will fail in the following cases:
If you submit a request with the same client token outside the 5-minute idepotency window.
If you submit a request with the same client token but a change in other parameters within the 5-minute idempotency window.
After 4 hours, any request with the same client token is treated as a new request.
clientToken - Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query
request. Providing a ClientToken makes the call to Query idempotent, meaning
that multiple identical calls have the same effect as one single call.
Your query request will fail in the following cases:
If you submit a request with the same client token outside the 5-minute idepotency window.
If you submit a request with the same client token but a change in other parameters within the 5-minute idempotency window.
After 4 hours, any request with the same client token is treated as a new request.
QueryRequest.Builder nextToken(String nextToken)
A pagination token passed to get a set of results.
nextToken - A pagination token passed to get a set of results.QueryRequest.Builder maxRows(Integer maxRows)
The total number of rows to return in the output. If the total number of rows available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command.
maxRows - The total number of rows to return in the output. If the total number of rows available is more than
the value specified, a NextToken is provided in the command's output. To resume pagination, provide
the NextToken value in the starting-token argument of a subsequent command.QueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.