public static interface Urls.Builder extends SdkPojo, CopyableBuilder<Urls.Builder,Urls>
| Modifier and Type | Method and Description |
|---|---|
default Urls.Builder |
seedUrlConfiguration(Consumer<SeedUrlConfiguration.Builder> seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
Urls.Builder |
seedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
default Urls.Builder |
siteMapsConfiguration(Consumer<SiteMapsConfiguration.Builder> siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
|
Urls.Builder |
siteMapsConfiguration(SiteMapsConfiguration siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUrls.Builder seedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to.
You can list up to 100 seed URLs.
seedUrlConfiguration - Configuration of the seed or starting point URLs of the websites you want to crawl.
You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to.
You can list up to 100 seed URLs.
default Urls.Builder seedUrlConfiguration(Consumer<SeedUrlConfiguration.Builder> seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to.
You can list up to 100 seed URLs.
This is a convenience method that creates an instance of theSeedUrlConfiguration.Builder avoiding
the need to create one manually via SeedUrlConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to seedUrlConfiguration(SeedUrlConfiguration).
seedUrlConfiguration - a consumer that will call methods on SeedUrlConfiguration.BuilderseedUrlConfiguration(SeedUrlConfiguration)Urls.Builder siteMapsConfiguration(SiteMapsConfiguration siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
siteMapsConfiguration - Configuration of the sitemap URLs of the websites you want to crawl.
Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
default Urls.Builder siteMapsConfiguration(Consumer<SiteMapsConfiguration.Builder> siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
This is a convenience method that creates an instance of theSiteMapsConfiguration.Builder avoiding
the need to create one manually via SiteMapsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to siteMapsConfiguration(SiteMapsConfiguration).
siteMapsConfiguration - a consumer that will call methods on SiteMapsConfiguration.BuildersiteMapsConfiguration(SiteMapsConfiguration)Copyright © 2023. All rights reserved.