Interface SiteMapsConfiguration.Builder

    • Method Detail

      • siteMaps

        SiteMapsConfiguration.Builder siteMaps​(Collection<String> siteMaps)

        The list of sitemap URLs of the websites you want to crawl.

        The list can include a maximum of three sitemap URLs.

        Parameters:
        siteMaps - The list of sitemap URLs of the websites you want to crawl.

        The list can include a maximum of three sitemap URLs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • siteMaps

        SiteMapsConfiguration.Builder siteMaps​(String... siteMaps)

        The list of sitemap URLs of the websites you want to crawl.

        The list can include a maximum of three sitemap URLs.

        Parameters:
        siteMaps - The list of sitemap URLs of the websites you want to crawl.

        The list can include a maximum of three sitemap URLs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.