public static interface BatchDetectDominantLanguageRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<BatchDetectDominantLanguageRequest.Builder,BatchDetectDominantLanguageRequest>
Modifier and Type | Method and Description |
---|---|
BatchDetectDominantLanguageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDetectDominantLanguageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDetectDominantLanguageRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectDominantLanguageRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
build
overrideConfiguration
copy
applyMutation, build
BatchDetectDominantLanguageRequest.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 should contain at least 20 characters and must contain fewer than 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 should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8
encoded characters.BatchDetectDominantLanguageRequest.Builder textList(String... textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 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 should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8
encoded characters.BatchDetectDominantLanguageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchDetectDominantLanguageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.