Struct aws_sdk_glue::model::crawler_node_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CrawlerNodeDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn crawls(self, input: Crawl) -> Self
pub fn crawls(self, input: Crawl) -> Self
Appends an item to crawls.
To override the contents of this collection use set_crawls.
A list of crawls represented by the crawl node.
sourcepub fn set_crawls(self, input: Option<Vec<Crawl>>) -> Self
pub fn set_crawls(self, input: Option<Vec<Crawl>>) -> Self
A list of crawls represented by the crawl node.
sourcepub fn build(self) -> CrawlerNodeDetails
pub fn build(self) -> CrawlerNodeDetails
Consumes the builder and constructs a CrawlerNodeDetails.