Interface CustomVocabularyEntryId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomVocabularyEntryId.Builder,CustomVocabularyEntryId>,SdkBuilder<CustomVocabularyEntryId.Builder,CustomVocabularyEntryId>,SdkPojo
- Enclosing class:
- CustomVocabularyEntryId
public static interface CustomVocabularyEntryId.Builder extends SdkPojo, CopyableBuilder<CustomVocabularyEntryId.Builder,CustomVocabularyEntryId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomVocabularyEntryId.BuilderitemId(String itemId)The unique item identifier for the custom vocabulary items.-
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
CustomVocabularyEntryId.Builder itemId(String itemId)
The unique item identifier for the custom vocabulary items.
- Parameters:
itemId- The unique item identifier for the custom vocabulary items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-