Class CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kendra.CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnDataSource.WebCrawlerSiteMapsConfigurationProperty>
- Enclosing interface:
- CfnDataSource.WebCrawlerSiteMapsConfigurationProperty
@Stability(Stable)
public static final class CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.WebCrawlerSiteMapsConfigurationProperty>
A builder for 
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSource.WebCrawlerSiteMapsConfigurationProperty.getSiteMaps()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
siteMaps@Stability(Stable) public CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder siteMaps(List<String> siteMaps) Sets the value ofCfnDataSource.WebCrawlerSiteMapsConfigurationProperty.getSiteMaps()- Parameters:
- siteMaps- The list of sitemap URLs of the websites you want to crawl. This parameter is required. The list can include a maximum of three sitemap URLs.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnDataSource.WebCrawlerSiteMapsConfigurationProperty>
- Returns:
- a new instance of CfnDataSource.WebCrawlerSiteMapsConfigurationProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-