public static interface BatchDetectEntitiesRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<BatchDetectEntitiesRequest.Builder,BatchDetectEntitiesRequest>
Modifier and Type | Method and Description |
---|---|
BatchDetectEntitiesRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchDetectEntitiesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDetectEntitiesRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectEntitiesRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
build
requestOverrideConfig
copy
apply, build
BatchDetectEntitiesRequest.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 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 must contain fewer than 5,000 bytes of UTF-8 encoded characters.BatchDetectEntitiesRequest.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 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 must contain fewer than 5,000 bytes of UTF-8 encoded characters.BatchDetectEntitiesRequest.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.BatchDetectEntitiesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.BatchDetectEntitiesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.