public static interface BatchDetectSentimentRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<BatchDetectSentimentRequest.Builder,BatchDetectSentimentRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDetectSentimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDetectSentimentRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectSentimentRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchDetectSentimentRequest.Builder textList(Collection<String> textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
textList - A list containing the text of the input documents. The list can contain a maximum of 25 documents.
Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.BatchDetectSentimentRequest.Builder textList(String... textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
textList - A list containing the text of the input documents. The list can contain a maximum of 25 documents.
Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.BatchDetectSentimentRequest.Builder languageCode(String languageCode)
The language of the input documents. All documents must be in the same language.
languageCode - The language of the input documents. All documents must be in the same language.BatchDetectSentimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchDetectSentimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.