Interface BotMember.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BotMember.Builder,,BotMember> SdkBuilder<BotMember.Builder,,BotMember> SdkPojo
- Enclosing class:
 BotMember
public static interface BotMember.Builder
extends SdkPojo, CopyableBuilder<BotMember.Builder,BotMember> 
- 
Method Summary
Modifier and TypeMethodDescriptionbotMemberAliasId(String botMemberAliasId) The alias ID of a bot that is a member of this network of bots.botMemberAliasName(String botMemberAliasName) The alias name of a bot that is a member of this network of bots.botMemberId(String botMemberId) The unique ID of a bot that is a member of this network of bots.botMemberName(String botMemberName) The unique name of a bot that is a member of this network of bots.botMemberVersion(String botMemberVersion) The version of a bot that is a member of this 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
- 
botMemberId
The unique ID of a bot that is a member of this network of bots.
- Parameters:
 botMemberId- The unique ID of a bot that is a member of this network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botMemberName
The unique name of a bot that is a member of this network of bots.
- Parameters:
 botMemberName- The unique name of a bot that is a member of this network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botMemberAliasId
The alias ID of a bot that is a member of this network of bots.
- Parameters:
 botMemberAliasId- The alias ID of a bot that is a member of this network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botMemberAliasName
The alias name of a bot that is a member of this network of bots.
- Parameters:
 botMemberAliasName- The alias name of a bot that is a member of this network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botMemberVersion
The version of a bot that is a member of this network of bots.
- Parameters:
 botMemberVersion- The version of a bot that is a member of this network of bots.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -