| 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 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 name for the block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket that contains the block
list text file.
|
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 list of key-value pairs that identify or categorize the block list.
|
CreateQuerySuggestionsBlockListRequest |
CreateQuerySuggestionsBlockListRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the block list.
|
Copyright © 2025. All rights reserved.