Interface NewCustomVocabularyItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NewCustomVocabularyItem.Builder,NewCustomVocabularyItem>,SdkBuilder<NewCustomVocabularyItem.Builder,NewCustomVocabularyItem>,SdkPojo
- Enclosing class:
- NewCustomVocabularyItem
public static interface NewCustomVocabularyItem.Builder extends SdkPojo, CopyableBuilder<NewCustomVocabularyItem.Builder,NewCustomVocabularyItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewCustomVocabularyItem.BuilderdisplayAs(String displayAs)The display as value assigned to the new custom vocabulary item from the custom vocabulary list.NewCustomVocabularyItem.Builderphrase(String phrase)The unique phrase for the new custom vocabulary item from the custom vocabulary list.NewCustomVocabularyItem.Builderweight(Integer weight)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, sdkFields
-
-
-
-
Method Detail
-
phrase
NewCustomVocabularyItem.Builder phrase(String 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
NewCustomVocabularyItem.Builder weight(Integer 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
NewCustomVocabularyItem.Builder displayAs(String 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.
-
-