public static interface CrawlerNodeDetails.Builder extends SdkPojo, CopyableBuilder<CrawlerNodeDetails.Builder,CrawlerNodeDetails>
| Modifier and Type | Method and Description |
|---|---|
CrawlerNodeDetails.Builder |
crawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
|
CrawlerNodeDetails.Builder |
crawls(Consumer<Crawl.Builder>... crawls)
A list of crawls represented by the crawl node.
|
CrawlerNodeDetails.Builder |
crawls(Crawl... crawls)
A list of crawls represented by the crawl node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrawlerNodeDetails.Builder crawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
crawls - A list of crawls represented by the crawl node.CrawlerNodeDetails.Builder crawls(Crawl... crawls)
A list of crawls represented by the crawl node.
crawls - A list of crawls represented by the crawl node.CrawlerNodeDetails.Builder crawls(Consumer<Crawl.Builder>... crawls)
A list of crawls represented by the crawl node.
This is a convenience method that creates an instance of theCrawl.Builder avoiding the need to create one manually via
Crawl.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #crawls(List.
crawls - a consumer that will call methods on Crawl.Builder#crawls(java.util.Collection) Copyright © 2023. All rights reserved.