Interface BotLocaleExportSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotLocaleExportSpecification.Builder,
,BotLocaleExportSpecification> SdkBuilder<BotLocaleExportSpecification.Builder,
,BotLocaleExportSpecification> SdkPojo
- Enclosing class:
BotLocaleExportSpecification
@Mutable
@NotThreadSafe
public static interface BotLocaleExportSpecification.Builder
extends SdkPojo, CopyableBuilder<BotLocaleExportSpecification.Builder,BotLocaleExportSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot to create the locale for.botVersion
(String botVersion) The version of the bot to export.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-