| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomVocabularyItem.Builder |
CustomVocabularyItem.builder() |
CustomVocabularyItem.Builder |
CustomVocabularyItem.Builder.displayAs(String displayAs)
The display as value for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
CustomVocabularyItem.Builder.itemId(String itemId)
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
CustomVocabularyItem.Builder.phrase(String phrase)
The unique phrase for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem.Builder |
CustomVocabularyItem.toBuilder() |
CustomVocabularyItem.Builder |
CustomVocabularyItem.Builder.weight(Integer weight)
The weight assigned for the custom vocabulary item from the custom vocabulary list.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomVocabularyItem.Builder> |
CustomVocabularyItem.serializableBuilderClass() |
Copyright © 2022. All rights reserved.