CopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
, SdkBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
public static interface PutLexiconRequest.Builder extends CopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
Modifier and Type | Method | Description |
---|---|---|
PutLexiconRequest.Builder |
content(String content) |
Content of the PLS lexicon as string data.
|
PutLexiconRequest.Builder |
name(String name) |
Name of the lexicon.
|
copy
apply, build
PutLexiconRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.