Interface SiteMapsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>, SdkBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>, SdkPojo
Enclosing class:
SiteMapsConfiguration

public static interface SiteMapsConfiguration.Builder extends SdkPojo, CopyableBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>
  • 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.