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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentBotNetwork.BuilderbotId(String botId)The identifier of the network of bots assigned by Amazon Lex.ParentBotNetwork.BuilderbotVersion(String botVersion)The version of the network of bots.-
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
ParentBotNetwork.Builder botId(String 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
ParentBotNetwork.Builder botVersion(String 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.
-
-