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
Modifier and TypeMethodDescriptionThe identifier of the bot that contains the custom vocabulary to export.botVersion
(String botVersion) The version of the bot that contains the custom vocabulary to export.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 Details
-
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
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
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.
-