Uses of Class
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerConfigurationProperty.Builder
Packages that use CfnDataSource.WebCrawlerConfigurationProperty.Builder
-
Uses of CfnDataSource.WebCrawlerConfigurationProperty.Builder in software.amazon.awscdk.services.kendra
Methods in software.amazon.awscdk.services.kendra that return CfnDataSource.WebCrawlerConfigurationProperty.BuilderModifier 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()Constructors in software.amazon.awscdk.services.kendra with parameters of type CfnDataSource.WebCrawlerConfigurationProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.WebCrawlerConfigurationProperty.Builder.