public static interface UploadDocumentsResponse.Builder extends CloudSearchDomainResponse.Builder, CopyableBuilder<UploadDocumentsResponse.Builder,UploadDocumentsResponse>
| Modifier and Type | Method and Description |
|---|---|
UploadDocumentsResponse.Builder |
adds(Long adds)
The number of documents that were added to the search domain.
|
UploadDocumentsResponse.Builder |
deletes(Long deletes)
The number of documents that were deleted from the search domain.
|
UploadDocumentsResponse.Builder |
status(String status)
The status of an
UploadDocumentsRequest. |
UploadDocumentsResponse.Builder |
warnings(Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being uploaded.
|
UploadDocumentsResponse.Builder |
warnings(DocumentServiceWarning... warnings)
Any warnings returned by the document service about the documents being uploaded.
|
buildcopyapply, buildUploadDocumentsResponse.Builder status(String status)
The status of an UploadDocumentsRequest.
status - The status of an UploadDocumentsRequest.UploadDocumentsResponse.Builder adds(Long adds)
The number of documents that were added to the search domain.
adds - The number of documents that were added to the search domain.UploadDocumentsResponse.Builder deletes(Long deletes)
The number of documents that were deleted from the search domain.
deletes - The number of documents that were deleted from the search domain.UploadDocumentsResponse.Builder warnings(Collection<DocumentServiceWarning> warnings)
Any warnings returned by the document service about the documents being uploaded.
warnings - Any warnings returned by the document service about the documents being uploaded.UploadDocumentsResponse.Builder warnings(DocumentServiceWarning... warnings)
Any warnings returned by the document service about the documents being uploaded.
warnings - Any warnings returned by the document service about the documents being uploaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.