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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #crawls(List) .crawls - a consumer that will call methods on List.Builder #crawls(List) Copyright © 2020. All rights reserved.