public static interface BatchDetectKeyPhrasesResponse.Builder extends ComprehendResponse.Builder, CopyableBuilder<BatchDetectKeyPhrasesResponse.Builder,BatchDetectKeyPhrasesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectKeyPhrasesResponse.Builder |
errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResponse.Builder |
errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResponse.Builder |
errorList(Consumer<BatchItemError.Builder>... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectKeyPhrasesResponse.Builder |
resultList(BatchDetectKeyPhrasesItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectKeyPhrasesResponse.Builder |
resultList(Collection<BatchDetectKeyPhrasesItemResult> resultList)
A list of objects containing the results of the operation.
|
BatchDetectKeyPhrasesResponse.Builder |
resultList(Consumer<BatchDetectKeyPhrasesItemResult.Builder>... resultList)
A list of objects containing the results of the operation.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildBatchDetectKeyPhrasesResponse.Builder resultList(Collection<BatchDetectKeyPhrasesItemResult> resultList)
A list of objects containing the results of the operation. The results are sorted in ascending order by the
Index field and match the order of the documents in the input list. If all of the documents
contain an error, the ResultList is empty.
resultList - A list of objects containing the results of the operation. The results are sorted in ascending order
by the Index field and match the order of the documents in the input list. If all of the
documents contain an error, the ResultList is empty.BatchDetectKeyPhrasesResponse.Builder resultList(BatchDetectKeyPhrasesItemResult... resultList)
A list of objects containing the results of the operation. The results are sorted in ascending order by the
Index field and match the order of the documents in the input list. If all of the documents
contain an error, the ResultList is empty.
resultList - A list of objects containing the results of the operation. The results are sorted in ascending order
by the Index field and match the order of the documents in the input list. If all of the
documents contain an error, the ResultList is empty.BatchDetectKeyPhrasesResponse.Builder resultList(Consumer<BatchDetectKeyPhrasesItemResult.Builder>... resultList)
A list of objects containing the results of the operation. The results are sorted in ascending order by the
Index field and match the order of the documents in the input list. If all of the documents
contain an error, the ResultList is empty.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #resultList(List) .resultList - a consumer that will call methods on List.Builder #resultList(List) BatchDetectKeyPhrasesResponse.Builder errorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error. The results are sorted in ascending
order by the Index field and match the order of the documents in the input list. If there are no
errors in the batch, the ErrorList is empty.
errorList - A list containing one object for each document that contained an error. The results are sorted in
ascending order by the Index field and match the order of the documents in the input
list. If there are no errors in the batch, the ErrorList is empty.BatchDetectKeyPhrasesResponse.Builder errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error. The results are sorted in ascending
order by the Index field and match the order of the documents in the input list. If there are no
errors in the batch, the ErrorList is empty.
errorList - A list containing one object for each document that contained an error. The results are sorted in
ascending order by the Index field and match the order of the documents in the input
list. If there are no errors in the batch, the ErrorList is empty.BatchDetectKeyPhrasesResponse.Builder errorList(Consumer<BatchItemError.Builder>... errorList)
A list containing one object for each document that contained an error. The results are sorted in ascending
order by the Index field and match the order of the documents in the input list. If there are no
errors in the batch, the ErrorList is empty.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #errorList(List) .errorList - a consumer that will call methods on List.Builder #errorList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.