public static interface BatchDetectSyntaxRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectSyntaxRequest.Builder,BatchDetectSyntaxRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
languageCode(SyntaxLanguageCode languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDetectSyntaxRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDetectSyntaxRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectSyntaxRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchDetectSyntaxRequest.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.BatchDetectSyntaxRequest.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.BatchDetectSyntaxRequest.Builder languageCode(String languageCode)
The language of the input documents. You can specify English ("en") or Spanish ("es"). All documents must be in the same language.
languageCode - The language of the input documents. You can specify English ("en") or Spanish ("es"). All documents
must be in the same language.SyntaxLanguageCode,
SyntaxLanguageCodeBatchDetectSyntaxRequest.Builder languageCode(SyntaxLanguageCode languageCode)
The language of the input documents. You can specify English ("en") or Spanish ("es"). All documents must be in the same language.
languageCode - The language of the input documents. You can specify English ("en") or Spanish ("es"). All documents
must be in the same language.SyntaxLanguageCode,
SyntaxLanguageCodeBatchDetectSyntaxRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchDetectSyntaxRequest.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.