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