| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static Urls.Builder |
Urls.builder() |
default Urls.Builder |
Urls.Builder.seedUrlConfiguration(Consumer<SeedUrlConfiguration.Builder> seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
Urls.Builder |
Urls.Builder.seedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
default Urls.Builder |
Urls.Builder.siteMapsConfiguration(Consumer<SiteMapsConfiguration.Builder> siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
|
Urls.Builder |
Urls.Builder.siteMapsConfiguration(SiteMapsConfiguration siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
|
Urls.Builder |
Urls.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Urls.Builder> |
Urls.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WebCrawlerConfiguration.Builder |
WebCrawlerConfiguration.Builder.urls(Consumer<Urls.Builder> urls)
Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to
crawl.
|
Copyright © 2023. All rights reserved.