Interface GetBotsResponse.Builder

    • Method Detail

      • bots

        GetBotsResponse.Builder bots​(Collection<BotMetadata> bots)

        An array of botMetadata objects, with one entry for each bot.

        Parameters:
        bots - An array of botMetadata objects, with one entry for each bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bots

        GetBotsResponse.Builder bots​(BotMetadata... bots)

        An array of botMetadata objects, with one entry for each bot.

        Parameters:
        bots - An array of botMetadata objects, with one entry for each bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBotsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.

        Parameters:
        nextToken - If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.