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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDetectEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchDetectEntitiesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchDetectEntitiesRequest.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.