@Stability(value=Stable) public static final class CfnDataSource.WebCrawlerUrlsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerUrlsProperty>
CfnDataSource.WebCrawlerUrlsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.WebCrawlerUrlsProperty |
build()
Builds the configured instance.
|
CfnDataSource.WebCrawlerUrlsProperty.Builder |
seedUrlConfiguration(CfnDataSource.WebCrawlerSeedUrlConfigurationProperty seedUrlConfiguration)
Sets the value of
CfnDataSource.WebCrawlerUrlsProperty.getSeedUrlConfiguration() |
CfnDataSource.WebCrawlerUrlsProperty.Builder |
seedUrlConfiguration(IResolvable seedUrlConfiguration)
Sets the value of
CfnDataSource.WebCrawlerUrlsProperty.getSeedUrlConfiguration() |
CfnDataSource.WebCrawlerUrlsProperty.Builder |
siteMapsConfiguration(CfnDataSource.WebCrawlerSiteMapsConfigurationProperty siteMapsConfiguration)
Sets the value of
CfnDataSource.WebCrawlerUrlsProperty.getSiteMapsConfiguration() |
CfnDataSource.WebCrawlerUrlsProperty.Builder |
siteMapsConfiguration(IResolvable siteMapsConfiguration)
Sets the value of
CfnDataSource.WebCrawlerUrlsProperty.getSiteMapsConfiguration() |
@Stability(value=Stable) public CfnDataSource.WebCrawlerUrlsProperty.Builder seedUrlConfiguration(CfnDataSource.WebCrawlerSeedUrlConfigurationProperty seedUrlConfiguration)
CfnDataSource.WebCrawlerUrlsProperty.getSeedUrlConfiguration()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 webpages link to.
You can list up to 100 seed URLs.
this@Stability(value=Stable) public CfnDataSource.WebCrawlerUrlsProperty.Builder seedUrlConfiguration(IResolvable seedUrlConfiguration)
CfnDataSource.WebCrawlerUrlsProperty.getSeedUrlConfiguration()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 webpages link to.
You can list up to 100 seed URLs.
this@Stability(value=Stable) public CfnDataSource.WebCrawlerUrlsProperty.Builder siteMapsConfiguration(CfnDataSource.WebCrawlerSiteMapsConfigurationProperty siteMapsConfiguration)
CfnDataSource.WebCrawlerUrlsProperty.getSiteMapsConfiguration()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@Stability(value=Stable) public CfnDataSource.WebCrawlerUrlsProperty.Builder siteMapsConfiguration(IResolvable siteMapsConfiguration)
CfnDataSource.WebCrawlerUrlsProperty.getSiteMapsConfiguration()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@Stability(value=Stable) public CfnDataSource.WebCrawlerUrlsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.WebCrawlerUrlsProperty>CfnDataSource.WebCrawlerUrlsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.