@Stability(value=Stable) public static final class CfnDataSource.WebCrawlerConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerConfigurationProperty>
CfnDataSource.WebCrawlerConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder urls(CfnDataSource.WebCrawlerUrlsProperty urls)
CfnDataSource.WebCrawlerConfigurationProperty.getUrls()urls - Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. This parameter is required.
You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs.
You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.
this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder urls(IResolvable urls)
CfnDataSource.WebCrawlerConfigurationProperty.getUrls()urls - Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl. This parameter is required.
You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs.
You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.
this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder authenticationConfiguration(CfnDataSource.WebCrawlerAuthenticationConfigurationProperty authenticationConfiguration)
authenticationConfiguration - `CfnDataSource.WebCrawlerConfigurationProperty.AuthenticationConfiguration`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder authenticationConfiguration(IResolvable authenticationConfiguration)
authenticationConfiguration - `CfnDataSource.WebCrawlerConfigurationProperty.AuthenticationConfiguration`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder crawlDepth(Number crawlDepth)
CfnDataSource.WebCrawlerConfigurationProperty.getCrawlDepth()crawlDepth - `CfnDataSource.WebCrawlerConfigurationProperty.CrawlDepth`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder maxContentSizePerPageInMegaBytes(Number maxContentSizePerPageInMegaBytes)
CfnDataSource.WebCrawlerConfigurationProperty.getMaxContentSizePerPageInMegaBytes()maxContentSizePerPageInMegaBytes - `CfnDataSource.WebCrawlerConfigurationProperty.MaxContentSizePerPageInMegaBytes`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder maxLinksPerPage(Number maxLinksPerPage)
CfnDataSource.WebCrawlerConfigurationProperty.getMaxLinksPerPage()maxLinksPerPage - `CfnDataSource.WebCrawlerConfigurationProperty.MaxLinksPerPage`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder maxUrlsPerMinuteCrawlRate(Number maxUrlsPerMinuteCrawlRate)
maxUrlsPerMinuteCrawlRate - `CfnDataSource.WebCrawlerConfigurationProperty.MaxUrlsPerMinuteCrawlRate`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder proxyConfiguration(CfnDataSource.ProxyConfigurationProperty proxyConfiguration)
CfnDataSource.WebCrawlerConfigurationProperty.getProxyConfiguration()proxyConfiguration - `CfnDataSource.WebCrawlerConfigurationProperty.ProxyConfiguration`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder proxyConfiguration(IResolvable proxyConfiguration)
CfnDataSource.WebCrawlerConfigurationProperty.getProxyConfiguration()proxyConfiguration - `CfnDataSource.WebCrawlerConfigurationProperty.ProxyConfiguration`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder urlExclusionPatterns(List<String> urlExclusionPatterns)
CfnDataSource.WebCrawlerConfigurationProperty.getUrlExclusionPatterns()urlExclusionPatterns - `CfnDataSource.WebCrawlerConfigurationProperty.UrlExclusionPatterns`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty.Builder urlInclusionPatterns(List<String> urlInclusionPatterns)
CfnDataSource.WebCrawlerConfigurationProperty.getUrlInclusionPatterns()urlInclusionPatterns - `CfnDataSource.WebCrawlerConfigurationProperty.UrlInclusionPatterns`.this@Stability(value=Stable) public CfnDataSource.WebCrawlerConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.WebCrawlerConfigurationProperty>CfnDataSource.WebCrawlerConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.