| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleExportSpecification.Builder |
BotLocaleExportSpecification.Builder.botId(String botId)
The identifier of the bot to create the locale for.
|
BotLocaleExportSpecification.Builder |
BotLocaleExportSpecification.Builder.botVersion(String botVersion)
The version of the bot to export.
|
static BotLocaleExportSpecification.Builder |
BotLocaleExportSpecification.builder() |
BotLocaleExportSpecification.Builder |
BotLocaleExportSpecification.Builder.localeId(String localeId)
The identifier of the language and locale to export.
|
BotLocaleExportSpecification.Builder |
BotLocaleExportSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotLocaleExportSpecification.Builder> |
BotLocaleExportSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportResourceSpecification.Builder |
ExportResourceSpecification.Builder.botLocaleExportSpecification(Consumer<BotLocaleExportSpecification.Builder> botLocaleExportSpecification)
Parameters for exporting a bot locale.
|
Copyright © 2021. All rights reserved.