Uses of Class
software.amazon.awscdk.services.glue.CfnCrawlerProps.Builder
Packages that use CfnCrawlerProps.Builder
-
Uses of CfnCrawlerProps.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnCrawlerProps.BuilderModifier and TypeMethodDescriptionstatic CfnCrawlerProps.Builder
CfnCrawlerProps.builder()
CfnCrawlerProps.Builder.classifiers
(List<String> classifiers) Sets the value ofCfnCrawlerProps.getClassifiers()
CfnCrawlerProps.Builder.configuration
(String configuration) Sets the value ofCfnCrawlerProps.getConfiguration()
CfnCrawlerProps.Builder.crawlerSecurityConfiguration
(String crawlerSecurityConfiguration) Sets the value ofCfnCrawlerProps.getCrawlerSecurityConfiguration()
CfnCrawlerProps.Builder.databaseName
(String databaseName) Sets the value ofCfnCrawlerProps.getDatabaseName()
CfnCrawlerProps.Builder.description
(String description) Sets the value ofCfnCrawlerProps.getDescription()
CfnCrawlerProps.Builder.lakeFormationConfiguration
(IResolvable lakeFormationConfiguration) Sets the value ofCfnCrawlerProps.getLakeFormationConfiguration()
CfnCrawlerProps.Builder.lakeFormationConfiguration
(CfnCrawler.LakeFormationConfigurationProperty lakeFormationConfiguration) Sets the value ofCfnCrawlerProps.getLakeFormationConfiguration()
Sets the value ofCfnCrawlerProps.getName()
CfnCrawlerProps.Builder.recrawlPolicy
(IResolvable recrawlPolicy) Sets the value ofCfnCrawlerProps.getRecrawlPolicy()
CfnCrawlerProps.Builder.recrawlPolicy
(CfnCrawler.RecrawlPolicyProperty recrawlPolicy) Sets the value ofCfnCrawlerProps.getRecrawlPolicy()
Sets the value ofCfnCrawlerProps.getRole()
CfnCrawlerProps.Builder.schedule
(IResolvable schedule) Sets the value ofCfnCrawlerProps.getSchedule()
CfnCrawlerProps.Builder.schedule
(CfnCrawler.ScheduleProperty schedule) Sets the value ofCfnCrawlerProps.getSchedule()
CfnCrawlerProps.Builder.schemaChangePolicy
(IResolvable schemaChangePolicy) Sets the value ofCfnCrawlerProps.getSchemaChangePolicy()
CfnCrawlerProps.Builder.schemaChangePolicy
(CfnCrawler.SchemaChangePolicyProperty schemaChangePolicy) Sets the value ofCfnCrawlerProps.getSchemaChangePolicy()
CfnCrawlerProps.Builder.tablePrefix
(String tablePrefix) Sets the value ofCfnCrawlerProps.getTablePrefix()
Sets the value ofCfnCrawlerProps.getTags()
CfnCrawlerProps.Builder.targets
(IResolvable targets) Sets the value ofCfnCrawlerProps.getTargets()
CfnCrawlerProps.Builder.targets
(CfnCrawler.TargetsProperty targets) Sets the value ofCfnCrawlerProps.getTargets()
Constructors in software.amazon.awscdk.services.glue with parameters of type CfnCrawlerProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCrawlerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCrawlerProps.Builder
.