@Stability(value=Stable) public static final class CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerSeedUrlConfigurationProperty>
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder |
seedUrls(List<String> seedUrls)
Sets the value of
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.getSeedUrls() |
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder |
webCrawlerMode(String webCrawlerMode)
Sets the value of
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.getWebCrawlerMode() |
@Stability(value=Stable) public CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder seedUrls(List<String> seedUrls)
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.getSeedUrls()seedUrls - The list of seed or starting point URLs of the websites you want to crawl. This parameter is required.
The list can include a maximum of 100 seed URLs.this@Stability(value=Stable) public CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder webCrawlerMode(String webCrawlerMode)
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.getWebCrawlerMode()webCrawlerMode - You can choose one of the following modes:.
HOST_ONLY – crawl only the website host names. For example, if the seed URL is "abc.example.com", then only URLs with host name "abc.example.com" are crawled.SUBDOMAINS – crawl the website host names with subdomains. For example, if the seed URL is "abc.example.com", then "a.abc.example.com" and "b.abc.example.com" are also crawled.EVERYTHING – crawl the website host names with subdomains and other domains that the webpages link to.
The default mode is set to HOST_ONLY .
this@Stability(value=Stable) public CfnDataSource.WebCrawlerSeedUrlConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.WebCrawlerSeedUrlConfigurationProperty>CfnDataSource.WebCrawlerSeedUrlConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.