public static interface BatchGetDocumentStatusRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDocumentStatusRequest.Builder,BatchGetDocumentStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusRequest.Builder |
documentInfoList(Collection<DocumentInfo> documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest.Builder |
documentInfoList(Consumer<DocumentInfo.Builder>... documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest.Builder |
documentInfoList(DocumentInfo... documentInfoList)
A list of
DocumentInfo objects that identify the documents for which to get the status. |
BatchGetDocumentStatusRequest.Builder |
indexId(String indexId)
The identifier of the index to add documents to.
|
BatchGetDocumentStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetDocumentStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDocumentStatusRequest.Builder indexId(String indexId)
The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.
indexId - The identifier of the index to add documents to. The index ID is returned by the CreateIndex API.BatchGetDocumentStatusRequest.Builder documentInfoList(Collection<DocumentInfo> documentInfoList)
A list of DocumentInfo objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.
documentInfoList - A list of DocumentInfo objects that identify the documents for which to get the status.
You identify the documents by their document ID and optional attributes.BatchGetDocumentStatusRequest.Builder documentInfoList(DocumentInfo... documentInfoList)
A list of DocumentInfo objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.
documentInfoList - A list of DocumentInfo objects that identify the documents for which to get the status.
You identify the documents by their document ID and optional attributes.BatchGetDocumentStatusRequest.Builder documentInfoList(Consumer<DocumentInfo.Builder>... documentInfoList)
A list of DocumentInfo objects that identify the documents for which to get the status. You
identify the documents by their document ID and optional attributes.
DocumentInfo.Builder avoiding the need to create one
manually via DocumentInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #documentInfoList(List.
documentInfoList - a consumer that will call methods on
DocumentInfo.Builder#documentInfoList(java.util.Collection) BatchGetDocumentStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetDocumentStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.