| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.clone() |
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create a query suggestions block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withDescription(String description)
A user-friendly description for the block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withIndexId(String indexId)
The identifier of the index you want to create a query suggestions block list for.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withName(String name)
A user friendly name for the block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withRoleArn(String roleArn)
The IAM (Identity and Access Management) role used by Amazon Kendra to access the block list text file in your S3
bucket.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withSourceS3Path(S3Path sourceS3Path)
The S3 path to your block list text file in your S3 bucket.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withTags(Collection<Tag> tags)
A tag that you can assign to a block list that categorizes the block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withTags(Tag... tags)
A tag that you can assign to a block list that categorizes the block list.
|
Copyright © 2021. All rights reserved.