Uses of Class
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerConfigurationProperty.Builder
-
Uses of CfnDataSource.WebCrawlerConfigurationProperty.Builder in software.amazon.awscdk.services.kendra
Modifier and TypeMethodDescriptionCfnDataSource.WebCrawlerConfigurationProperty.Builder.authenticationConfiguration
(IResolvable authenticationConfiguration) CfnDataSource.WebCrawlerConfigurationProperty.Builder.authenticationConfiguration
(CfnDataSource.WebCrawlerAuthenticationConfigurationProperty authenticationConfiguration) CfnDataSource.WebCrawlerConfigurationProperty.builder()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.crawlDepth
(Number crawlDepth) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getCrawlDepth()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.maxContentSizePerPageInMegaBytes
(Number maxContentSizePerPageInMegaBytes) CfnDataSource.WebCrawlerConfigurationProperty.Builder.maxLinksPerPage
(Number maxLinksPerPage) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getMaxLinksPerPage()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.maxUrlsPerMinuteCrawlRate
(Number maxUrlsPerMinuteCrawlRate) CfnDataSource.WebCrawlerConfigurationProperty.Builder.proxyConfiguration
(IResolvable proxyConfiguration) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getProxyConfiguration()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.proxyConfiguration
(CfnDataSource.ProxyConfigurationProperty proxyConfiguration) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getProxyConfiguration()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.urlExclusionPatterns
(List<String> urlExclusionPatterns) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getUrlExclusionPatterns()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.urlInclusionPatterns
(List<String> urlInclusionPatterns) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getUrlInclusionPatterns()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.urls
(IResolvable urls) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getUrls()
CfnDataSource.WebCrawlerConfigurationProperty.Builder.urls
(CfnDataSource.WebCrawlerUrlsProperty urls) Sets the value ofCfnDataSource.WebCrawlerConfigurationProperty.getUrls()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerConfigurationProperty.Builder
.