@Stability(value=Stable)
public static interface CfnDataSource.WebCrawlerSeedUrlConfigurationProperty
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.*;
WebCrawlerSeedUrlConfigurationProperty webCrawlerSeedUrlConfigurationProperty = WebCrawlerSeedUrlConfigurationProperty.builder()
.seedUrls(List.of("seedUrls"))
// the properties below are optional
.webCrawlerMode("webCrawlerMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder
A builder for
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty |
static class |
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.WebCrawlerSeedUrlConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder |
builder() |
List<String> |
getSeedUrls()
`CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.SeedUrls`.
|
default String |
getWebCrawlerMode()
`CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.WebCrawlerMode`.
|
@Stability(value=Stable) @NotNull List<String> getSeedUrls()
@Stability(value=Stable) @Nullable default String getWebCrawlerMode()
@Stability(value=Stable) static CfnDataSource.WebCrawlerSeedUrlConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.