public static interface PutLexiconRequest.Builder extends PollyRequest.Builder, CopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
| Modifier and Type | Method and Description |
|---|---|
PutLexiconRequest.Builder |
content(String content)
Content of the PLS lexicon as string data.
|
PutLexiconRequest.Builder |
name(String name)
Name of the lexicon.
|
PutLexiconRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutLexiconRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildPutLexiconRequest.Builder name(String name)
Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.
name - Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the
name is a case-sensitive alphanumeric string up to 20 characters long.PutLexiconRequest.Builder content(String content)
Content of the PLS lexicon as string data.
content - Content of the PLS lexicon as string data.PutLexiconRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutLexiconRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.