@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerSiteMapsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
WebCrawlerSiteMapsConfigurationProperty webCrawlerSiteMapsConfigurationProperty = WebCrawlerSiteMapsConfigurationProperty.builder()
.siteMaps(List.of("siteMaps"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder
A builder for
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty |
static class |
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerSiteMapsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder |
builder() |
List<String> |
getSiteMaps()
`CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.SiteMaps`.
|
@Stability(value=Stable) @NotNull List<String> getSiteMaps()
@Stability(value=Stable) static CfnDataSource.WebCrawlerSiteMapsConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.