Uses of Interface
software.amazon.awscdk.services.glue.CfnCrawler.RecrawlPolicyProperty
-
Uses of CfnCrawler.RecrawlPolicyProperty in software.amazon.awscdk.services.glue
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnCrawler.RecrawlPolicyProperty
Modifier and TypeMethodDescriptionCfnCrawler.RecrawlPolicyProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnCrawler.Builder.recrawlPolicy
(CfnCrawler.RecrawlPolicyProperty recrawlPolicy) A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.CfnCrawlerProps.Builder.recrawlPolicy
(CfnCrawler.RecrawlPolicyProperty recrawlPolicy) Sets the value ofCfnCrawlerProps.getRecrawlPolicy()
void
CfnCrawler.setRecrawlPolicy
(CfnCrawler.RecrawlPolicyProperty value) A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.