Interface BotMember.Builder

    • 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.