CopyableBuilder<UploadDocumentsResponse.Builder,UploadDocumentsResponse>
, SdkBuilder<UploadDocumentsResponse.Builder,UploadDocumentsResponse>
public static interface UploadDocumentsResponse.Builder extends CopyableBuilder<UploadDocumentsResponse.Builder,UploadDocumentsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
UploadDocumentsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setWarnings(java.util.Collection)
or #withWarnings(java.util.Collection)
if you want to
override the existing values.
warnings
- Any warnings returned by the document service about the documents being uploaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.