public static interface SiteMapsConfiguration.Builder extends SdkPojo, CopyableBuilder<SiteMapsConfiguration.Builder,SiteMapsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SiteMapsConfiguration.Builder |
siteMaps(Collection<String> siteMaps)
The list of sitemap URLs of the websites you want to crawl.
|
SiteMapsConfiguration.Builder |
siteMaps(String... siteMaps)
The list of sitemap URLs of the websites you want to crawl.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSiteMapsConfiguration.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.
siteMaps - The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
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.
siteMaps - The list of sitemap URLs of the websites you want to crawl.
The list can include a maximum of three sitemap URLs.
Copyright © 2023. All rights reserved.