public static interface SearchIndexRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<SearchIndexRequest.Builder,SearchIndexRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchIndexRequest.Builder |
indexName(String indexName)
The search index name.
|
SearchIndexRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
SearchIndexRequest.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
SearchIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchIndexRequest.Builder |
queryString(String queryString)
The search query string.
|
SearchIndexRequest.Builder |
queryVersion(String queryVersion)
The query version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchIndexRequest.Builder indexName(String indexName)
The search index name.
indexName - The search index name.SearchIndexRequest.Builder queryString(String queryString)
The search query string. For more information about the search query syntax, see Query syntax.
queryString - The search query string. For more information about the search query syntax, see Query syntax.SearchIndexRequest.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional
results.SearchIndexRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.SearchIndexRequest.Builder queryVersion(String queryVersion)
The query version.
queryVersion - The query version.SearchIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.