public static interface BatchDeleteFeaturedResultsSetResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteFeaturedResultsSetResponse.Builder,BatchDeleteFeaturedResultsSetResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetResponse.Builder |
errors(BatchDeleteFeaturedResultsSetError... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetResponse.Builder |
errors(Collection<BatchDeleteFeaturedResultsSetError> errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetResponse.Builder |
errors(Consumer<BatchDeleteFeaturedResultsSetError.Builder>... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteFeaturedResultsSetResponse.Builder errors(Collection<BatchDeleteFeaturedResultsSetError> errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
errors - The list of errors for the featured results set IDs, explaining why they couldn't be removed from the
index.BatchDeleteFeaturedResultsSetResponse.Builder errors(BatchDeleteFeaturedResultsSetError... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
errors - The list of errors for the featured results set IDs, explaining why they couldn't be removed from the
index.BatchDeleteFeaturedResultsSetResponse.Builder errors(Consumer<BatchDeleteFeaturedResultsSetError.Builder>... errors)
The list of errors for the featured results set IDs, explaining why they couldn't be removed from the index.
This is a convenience method that creates an instance of theBatchDeleteFeaturedResultsSetError.Builder avoiding the
need to create one manually via
BatchDeleteFeaturedResultsSetError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchDeleteFeaturedResultsSetError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.