Interface ListPluginsRequest.Builder

    • Method Detail

      • applicationId

        ListPluginsRequest.Builder applicationId​(String applicationId)

        The identifier of the application the plugin is attached to.

        Parameters:
        applicationId - The identifier of the application the plugin is attached to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPluginsRequest.Builder nextToken​(String nextToken)

        If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

        Parameters:
        nextToken - If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListPluginsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of documents to return.

        Parameters:
        maxResults - The maximum number of documents to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.