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