Interface CustomVocabularyImportSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>,SdkBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>,SdkPojo
- Enclosing class:
- CustomVocabularyImportSpecification
public static interface CustomVocabularyImportSpecification.Builder extends SdkPojo, CopyableBuilder<CustomVocabularyImportSpecification.Builder,CustomVocabularyImportSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomVocabularyImportSpecification.BuilderbotId(String botId)The identifier of the bot to import the custom vocabulary to.CustomVocabularyImportSpecification.BuilderbotVersion(String botVersion)The version of the bot to import the custom vocabulary to.CustomVocabularyImportSpecification.BuilderlocaleId(String localeId)The identifier of the local to import the custom vocabulary to.-
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
-
botId
CustomVocabularyImportSpecification.Builder botId(String botId)
The identifier of the bot to import the custom vocabulary to.
- Parameters:
botId- The identifier of the bot to import the custom vocabulary to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
CustomVocabularyImportSpecification.Builder botVersion(String botVersion)
The version of the bot to import the custom vocabulary to.
- Parameters:
botVersion- The version of the bot to import the custom vocabulary to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
CustomVocabularyImportSpecification.Builder localeId(String localeId)
The identifier of the local to import the custom vocabulary to. The value must be
en_GB.- Parameters:
localeId- The identifier of the local to import the custom vocabulary to. The value must been_GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-