public static interface PutLexiconRequest.Builder extends PollyRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutLexiconRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLexiconRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.