| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.builder() |
BatchDetectSentimentResponse.Builder |
BatchDetectSentimentResponse.Builder.errorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
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.resultList(BatchDetectSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectSentimentResponse.Builder> |
BatchDetectSentimentResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.