Interface BatchPutDocumentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchPutDocumentResponse.Builder,
,BatchPutDocumentResponse> QBusinessResponse.Builder
,SdkBuilder<BatchPutDocumentResponse.Builder,
,BatchPutDocumentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchPutDocumentResponse
-
Method Summary
Modifier and TypeMethodDescriptionfailedDocuments
(Collection<FailedDocument> failedDocuments) A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.failedDocuments
(Consumer<FailedDocument.Builder>... failedDocuments) A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.failedDocuments
(FailedDocument... failedDocuments) A list of documents that were not added to the Amazon Q Business index because the document failed a validation check.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
failedDocuments
A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
- Parameters:
failedDocuments
- A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedDocuments
A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
- Parameters:
failedDocuments
- A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedDocuments
BatchPutDocumentResponse.Builder failedDocuments(Consumer<FailedDocument.Builder>... failedDocuments) A list of documents that were not added to the Amazon Q Business index because the document failed a validation check. Each document contains an error message that indicates why the document couldn't be added to the index.
This is a convenience method that creates an instance of theFailedDocument.Builder
avoiding the need to create one manually viaFailedDocument.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedDocuments(List<FailedDocument>)
.- Parameters:
failedDocuments
- a consumer that will call methods onFailedDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-