Interface BotExportSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotExportSpecification.Builder,
,BotExportSpecification> SdkBuilder<BotExportSpecification.Builder,
,BotExportSpecification> SdkPojo
- Enclosing class:
BotExportSpecification
public static interface BotExportSpecification.Builder
extends SdkPojo, CopyableBuilder<BotExportSpecification.Builder,BotExportSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the bot assigned by Amazon Lex.botVersion
(String botVersion) The version of the bot that was exported.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 assigned by Amazon Lex.
- Parameters:
botId
- The identifier of the bot assigned by Amazon Lex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot that was exported. This will be either
DRAFT
or the version number.- Parameters:
botVersion
- The version of the bot that was exported. This will be eitherDRAFT
or the version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-