Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleExportSpecification.Builder
-
Packages that use BotLocaleExportSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleExportSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotLocaleExportSpecification.Builder Modifier and Type Method Description BotLocaleExportSpecification.BuilderBotLocaleExportSpecification.Builder. botId(String botId)The identifier of the bot to create the locale for.BotLocaleExportSpecification.BuilderBotLocaleExportSpecification.Builder. botVersion(String botVersion)The version of the bot to export.static BotLocaleExportSpecification.BuilderBotLocaleExportSpecification. builder()BotLocaleExportSpecification.BuilderBotLocaleExportSpecification.Builder. localeId(String localeId)The identifier of the language and locale to export.BotLocaleExportSpecification.BuilderBotLocaleExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotLocaleExportSpecification.Builder Modifier and Type Method Description static Class<? extends BotLocaleExportSpecification.Builder>BotLocaleExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotLocaleExportSpecification.Builder Modifier and Type Method Description default ExportResourceSpecification.BuilderExportResourceSpecification.Builder. botLocaleExportSpecification(Consumer<BotLocaleExportSpecification.Builder> botLocaleExportSpecification)Parameters for exporting a bot locale.
-