static BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.builder() |
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(Collection<BatchItemError> errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(BatchItemError... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.resultList(Collection<BatchDetectSentimentItemResult> resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.resultList(Consumer<BatchDetectSentimentItemResult.Builder>... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.resultList(BatchDetectSentimentItemResult... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.toBuilder() |
|