public static interface BatchDetectTargetedSentimentRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectTargetedSentimentRequest.Builder,BatchDetectTargetedSentimentRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectTargetedSentimentRequest.Builder |
languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectTargetedSentimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectTargetedSentimentRequest.Builder |
textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectTargetedSentimentRequest.Builder |
textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectTargetedSentimentRequest.Builder textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.
textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
documents. The maximum size of each document is 5 KB.BatchDetectTargetedSentimentRequest.Builder textList(String... textList)
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.
textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
documents. The maximum size of each document is 5 KB.BatchDetectTargetedSentimentRequest.Builder languageCode(String languageCode)
The language of the input documents. Currently, English is the only supported language.
languageCode - The language of the input documents. Currently, English is the only supported language.LanguageCode,
LanguageCodeBatchDetectTargetedSentimentRequest.Builder languageCode(LanguageCode languageCode)
The language of the input documents. Currently, English is the only supported language.
languageCode - The language of the input documents. Currently, English is the only supported language.LanguageCode,
LanguageCodeBatchDetectTargetedSentimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDetectTargetedSentimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.