@Stability(value=Stable) public static final class CfnCrawler.RecrawlPolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawler.RecrawlPolicyProperty>
CfnCrawler.RecrawlPolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.RecrawlPolicyProperty |
build()
Builds the configured instance.
|
CfnCrawler.RecrawlPolicyProperty.Builder |
recrawlBehavior(String recrawlBehavior)
Sets the value of
CfnCrawler.RecrawlPolicyProperty.getRecrawlBehavior() |
@Stability(value=Stable) public CfnCrawler.RecrawlPolicyProperty.Builder recrawlBehavior(String recrawlBehavior)
CfnCrawler.RecrawlPolicyProperty.getRecrawlBehavior()recrawlBehavior - Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.
A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.
A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last crawler run.
A value of CRAWL_EVENT_MODE specifies crawling only the changes identified by Amazon S3 events.
this@Stability(value=Stable) public CfnCrawler.RecrawlPolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnCrawler.RecrawlPolicyProperty>CfnCrawler.RecrawlPolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.