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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomVocabularyItem.BuilderdisplayAs(String displayAs)The DisplayAs value for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.BuilderitemId(String itemId)The unique item identifer for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.Builderphrase(String phrase)The unique phrase for the custom vocabulary item from the custom vocabulary list.CustomVocabularyItem.Builderweight(Integer weight)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 Detail
-
itemId
CustomVocabularyItem.Builder itemId(String 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
CustomVocabularyItem.Builder phrase(String 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
CustomVocabularyItem.Builder weight(Integer 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
CustomVocabularyItem.Builder displayAs(String 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.
-
-