Interface NewCustomVocabularyItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NewCustomVocabularyItem.Builder,
,NewCustomVocabularyItem> SdkBuilder<NewCustomVocabularyItem.Builder,
,NewCustomVocabularyItem> SdkPojo
- Enclosing class:
NewCustomVocabularyItem
@Mutable
@NotThreadSafe
public static interface NewCustomVocabularyItem.Builder
extends SdkPojo, CopyableBuilder<NewCustomVocabularyItem.Builder,NewCustomVocabularyItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe display as value assigned to the new custom vocabulary item from the custom vocabulary list.The unique phrase for the new custom vocabulary item from the custom vocabulary list.The weight assigned to the new custom vocabulary item from the custom vocabulary list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
phrase
The unique phrase for the new custom vocabulary item from the custom vocabulary list.
- Parameters:
phrase
- The unique phrase for the new custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weight
The weight assigned to the new custom vocabulary item from the custom vocabulary list.
- Parameters:
weight
- The weight assigned to the new custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayAs
The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
- Parameters:
displayAs
- The display as value assigned to the new custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-