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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotExportSpecification.BuilderbotId(String botId)The identifier of the bot assigned by Amazon Lex.BotExportSpecification.BuilderbotVersion(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 Detail
-
botId
BotExportSpecification.Builder botId(String 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
BotExportSpecification.Builder botVersion(String botVersion)
The version of the bot that was exported. This will be either
DRAFTor the version number.- Parameters:
botVersion- The version of the bot that was exported. This will be eitherDRAFTor the version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-