Interface ParentBotNetwork.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ParentBotNetwork.Builder,,ParentBotNetwork> SdkBuilder<ParentBotNetwork.Builder,,ParentBotNetwork> SdkPojo
- Enclosing class:
 ParentBotNetwork
public static interface ParentBotNetwork.Builder
extends SdkPojo, CopyableBuilder<ParentBotNetwork.Builder,ParentBotNetwork> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the network of bots assigned by Amazon Lex.botVersion(String botVersion) The version of the network of bots.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
botId
The identifier of the network of bots assigned by Amazon Lex.
- Parameters:
 botId- The identifier of the network of bots assigned by Amazon Lex.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botVersion
The version of the network of bots.
- Parameters:
 botVersion- The version of the network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -