public static interface ListScheduledQueriesRequest.Builder extends TimestreamQueryRequest.Builder, SdkPojo, CopyableBuilder<ListScheduledQueriesRequest.Builder,ListScheduledQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListScheduledQueriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return in the output.
|
ListScheduledQueriesRequest.Builder |
nextToken(String nextToken)
A pagination token to resume pagination.
|
ListScheduledQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListScheduledQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScheduledQueriesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the output. If the total number of items available is more than the
value specified, a NextToken is provided in the output. To resume pagination, provide the
NextToken value as the argument to the subsequent call to
ListScheduledQueriesRequest.
maxResults - The maximum number of items to return in the output. If the total number of items available is more
than the value specified, a NextToken is provided in the output. To resume pagination,
provide the NextToken value as the argument to the subsequent call to
ListScheduledQueriesRequest.ListScheduledQueriesRequest.Builder nextToken(String nextToken)
A pagination token to resume pagination.
nextToken - A pagination token to resume pagination.ListScheduledQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListScheduledQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.