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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotMember.BuilderbotMemberAliasId(String botMemberAliasId)The alias ID of a bot that is a member of this network of bots.BotMember.BuilderbotMemberAliasName(String botMemberAliasName)The alias name of a bot that is a member of this network of bots.BotMember.BuilderbotMemberId(String botMemberId)The unique ID of a bot that is a member of this network of bots.BotMember.BuilderbotMemberName(String botMemberName)The unique name of a bot that is a member of this network of bots.BotMember.BuilderbotMemberVersion(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
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
-
botMemberId
BotMember.Builder botMemberId(String 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
BotMember.Builder botMemberName(String 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
BotMember.Builder botMemberAliasId(String 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
BotMember.Builder botMemberAliasName(String 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
BotMember.Builder botMemberVersion(String 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.
-
-