Interface ListBotsResponse.Builder

    • Method Detail

      • lexBots

        ListBotsResponse.Builder lexBots​(Collection<LexBotConfig> lexBots)

        The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.

        Parameters:
        lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lexBots

        ListBotsResponse.Builder lexBots​(LexBotConfig... lexBots)

        The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.

        Parameters:
        lexBots - The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBotsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.