Interface CustomVocabularyItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomVocabularyItem.Builder,
,CustomVocabularyItem> SdkBuilder<CustomVocabularyItem.Builder,
,CustomVocabularyItem> SdkPojo
- Enclosing class:
CustomVocabularyItem
public static interface CustomVocabularyItem.Builder
extends SdkPojo, CopyableBuilder<CustomVocabularyItem.Builder,CustomVocabularyItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe DisplayAs value for the custom vocabulary item from the custom vocabulary list.The unique item identifer for the custom vocabulary item from the custom vocabulary list.The unique phrase for the custom vocabulary item from the custom vocabulary list.The weight assigned for the 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, sdkFields
-
Method Details
-
itemId
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
- Parameters:
itemId
- The unique item identifer for the custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phrase
The unique phrase for the custom vocabulary item from the custom vocabulary list.
- Parameters:
phrase
- The unique phrase for the 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 for the custom vocabulary item from the custom vocabulary list.
- Parameters:
weight
- The weight assigned for the 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 DisplayAs value for the custom vocabulary item from the custom vocabulary list.
- Parameters:
displayAs
- The DisplayAs value for the custom vocabulary item from the custom vocabulary list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-