Uses of Interface
software.amazon.awssdk.services.glue.model.RecrawlPolicy.Builder
-
Packages that use RecrawlPolicy.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RecrawlPolicy.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RecrawlPolicy.Builder Modifier and Type Method Description static RecrawlPolicy.BuilderRecrawlPolicy. builder()RecrawlPolicy.BuilderRecrawlPolicy.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.RecrawlPolicy.BuilderRecrawlPolicy.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.RecrawlPolicy.BuilderRecrawlPolicy. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RecrawlPolicy.Builder Modifier and Type Method Description static Class<? extends RecrawlPolicy.Builder>RecrawlPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RecrawlPolicy.Builder Modifier and Type Method Description default Crawler.BuilderCrawler.Builder. recrawlPolicy(Consumer<RecrawlPolicy.Builder> 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.default CreateCrawlerRequest.BuilderCreateCrawlerRequest.Builder. recrawlPolicy(Consumer<RecrawlPolicy.Builder> 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.default UpdateCrawlerRequest.BuilderUpdateCrawlerRequest.Builder. recrawlPolicy(Consumer<RecrawlPolicy.Builder> 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.
-