Interface ListQAppsResponse.Builder

    • Method Detail

      • apps

        ListQAppsResponse.Builder apps​(Collection<UserAppItem> apps)

        The list of Amazon Q Apps meeting the request criteria.

        Parameters:
        apps - The list of Amazon Q Apps meeting the request criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apps

        ListQAppsResponse.Builder apps​(UserAppItem... apps)

        The list of Amazon Q Apps meeting the request criteria.

        Parameters:
        apps - The list of Amazon Q Apps meeting the request criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQAppsResponse.Builder nextToken​(String nextToken)

        The token to use to request the next page of results.

        Parameters:
        nextToken - The token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.