Interface SiteMapsConfiguration.Builder

  • Method Details

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