public static interface BatchDeleteFeaturedResultsSetRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetRequest.Builder,BatchDeleteFeaturedResultsSetRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetRequest.Builder |
featuredResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
featuredResultsSetIds(String... featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
indexId(String indexId)
The identifier of the index used for featuring results.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteFeaturedResultsSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteFeaturedResultsSetRequest.Builder indexId(String indexId)
The identifier of the index used for featuring results.
indexId - The identifier of the index used for featuring results.BatchDeleteFeaturedResultsSetRequest.Builder featuredResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
featuredResultsSetIds - The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.Builder featuredResultsSetIds(String... featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
featuredResultsSetIds - The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.