Interface ListAppInstanceBotsResponse.Builder

    • Method Detail

      • appInstanceArn

        ListAppInstanceBotsResponse.Builder appInstanceArn​(String appInstanceArn)

        The ARN of the AppInstance.

        Parameters:
        appInstanceArn - The ARN of the AppInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstanceBots

        ListAppInstanceBotsResponse.Builder appInstanceBots​(Collection<AppInstanceBotSummary> appInstanceBots)

        The information for each requested AppInstanceBot.

        Parameters:
        appInstanceBots - The information for each requested AppInstanceBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstanceBots

        ListAppInstanceBotsResponse.Builder appInstanceBots​(AppInstanceBotSummary... appInstanceBots)

        The information for each requested AppInstanceBot.

        Parameters:
        appInstanceBots - The information for each requested AppInstanceBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppInstanceBotsResponse.Builder nextToken​(String nextToken)

        The token passed by previous API calls until all requested bots are returned.

        Parameters:
        nextToken - The token passed by previous API calls until all requested bots are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.