Class CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
siteMaps
@Stability(Stable) public CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty.Builder siteMaps(List<String> siteMaps) - Parameters:
siteMaps- The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of three sitemap URLs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.WebCrawlerSiteMapsConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-