Interface ListPluginsResponse.Builder

    • Method Detail

      • nextToken

        ListPluginsResponse.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.
      • plugins

        ListPluginsResponse.Builder plugins​(Collection<Plugin> plugins)

        Information about a configured plugin.

        Parameters:
        plugins - Information about a configured plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • plugins

        ListPluginsResponse.Builder plugins​(Plugin... plugins)

        Information about a configured plugin.

        Parameters:
        plugins - Information about a configured plugin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.