| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateQuerySuggestionsBlockListResponse |
KendraClient.updateQuerySuggestionsBlockList(Consumer<UpdateQuerySuggestionsBlockListRequest.Builder> updateQuerySuggestionsBlockListRequest)
Updates a block list used for query suggestions for an index.
|
default CompletableFuture<UpdateQuerySuggestionsBlockListResponse> |
KendraAsyncClient.updateQuerySuggestionsBlockList(Consumer<UpdateQuerySuggestionsBlockListRequest.Builder> updateQuerySuggestionsBlockListRequest)
Updates a block list used for query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.builder() |
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.description(String description)
A new description for the block list.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.id(String id)
The identifier of the block list you want to update.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.indexId(String indexId)
The identifier of the index for the block list.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.name(String name)
A new name for the block list.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.roleArn(String roleArn)
The IAM (Identity and Access Management) role used to access the block list text file in S3.
|
default UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.sourceS3Path(Consumer<S3Path.Builder> sourceS3Path)
The S3 path where your block list text file sits in S3.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.Builder.sourceS3Path(S3Path sourceS3Path)
The S3 path where your block list text file sits in S3.
|
UpdateQuerySuggestionsBlockListRequest.Builder |
UpdateQuerySuggestionsBlockListRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateQuerySuggestionsBlockListRequest.Builder> |
UpdateQuerySuggestionsBlockListRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.