Uses of Interface
software.amazon.awssdk.services.kendra.model.Urls.Builder
-
Packages that use Urls.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Urls.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return Urls.Builder Modifier and Type Method Description static Urls.BuilderUrls. builder()default Urls.BuilderUrls.Builder. seedUrlConfiguration(Consumer<SeedUrlConfiguration.Builder> seedUrlConfiguration)Configuration of the seed or starting point URLs of the websites you want to crawl.Urls.BuilderUrls.Builder. seedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)Configuration of the seed or starting point URLs of the websites you want to crawl.default Urls.BuilderUrls.Builder. siteMapsConfiguration(Consumer<SiteMapsConfiguration.Builder> siteMapsConfiguration)Configuration of the sitemap URLs of the websites you want to crawl.Urls.BuilderUrls.Builder. siteMapsConfiguration(SiteMapsConfiguration siteMapsConfiguration)Configuration of the sitemap URLs of the websites you want to crawl.Urls.BuilderUrls. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Urls.Builder Modifier and Type Method Description static Class<? extends Urls.Builder>Urls. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Urls.Builder Modifier and Type Method Description default WebCrawlerConfiguration.BuilderWebCrawlerConfiguration.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.
-