Interface RecrawlPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecrawlPolicy.Builder,RecrawlPolicy>,SdkBuilder<RecrawlPolicy.Builder,RecrawlPolicy>,SdkPojo
- Enclosing class:
- RecrawlPolicy
public static interface RecrawlPolicy.Builder extends SdkPojo, CopyableBuilder<RecrawlPolicy.Builder,RecrawlPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecrawlPolicy.BuilderrecrawlBehavior(String recrawlBehavior)Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.RecrawlPolicy.BuilderrecrawlBehavior(RecrawlBehavior recrawlBehavior)Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
recrawlBehavior
RecrawlPolicy.Builder recrawlBehavior(String 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_EVERYTHINGspecifies crawling the entire dataset again.A value of
CRAWL_NEW_FOLDERS_ONLYspecifies crawling only folders that were added since the last crawler run.A value of
CRAWL_EVENT_MODEspecifies crawling only the changes identified by Amazon S3 events.- Parameters:
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_EVERYTHINGspecifies crawling the entire dataset again.A value of
CRAWL_NEW_FOLDERS_ONLYspecifies crawling only folders that were added since the last crawler run.A value of
CRAWL_EVENT_MODEspecifies crawling only the changes identified by Amazon S3 events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecrawlBehavior,RecrawlBehavior
-
recrawlBehavior
RecrawlPolicy.Builder recrawlBehavior(RecrawlBehavior 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_EVERYTHINGspecifies crawling the entire dataset again.A value of
CRAWL_NEW_FOLDERS_ONLYspecifies crawling only folders that were added since the last crawler run.A value of
CRAWL_EVENT_MODEspecifies crawling only the changes identified by Amazon S3 events.- Parameters:
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_EVERYTHINGspecifies crawling the entire dataset again.A value of
CRAWL_NEW_FOLDERS_ONLYspecifies crawling only folders that were added since the last crawler run.A value of
CRAWL_EVENT_MODEspecifies crawling only the changes identified by Amazon S3 events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecrawlBehavior,RecrawlBehavior
-
-