@Stability(value=Stable) public static final class CfnCrawlerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawlerProps>
CfnCrawlerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCrawlerProps.Builder role(String role)
CfnCrawlerProps.getRole()role - `AWS::Glue::Crawler.Role`. This parameter is required.this@Stability(value=Stable) public CfnCrawlerProps.Builder targets(CfnCrawler.TargetsProperty targets)
CfnCrawlerProps.getTargets()targets - `AWS::Glue::Crawler.Targets`. This parameter is required.this@Stability(value=Stable) public CfnCrawlerProps.Builder targets(IResolvable targets)
CfnCrawlerProps.getTargets()targets - `AWS::Glue::Crawler.Targets`. This parameter is required.this@Stability(value=Stable) public CfnCrawlerProps.Builder classifiers(List<String> classifiers)
CfnCrawlerProps.getClassifiers()classifiers - `AWS::Glue::Crawler.Classifiers`.this@Stability(value=Stable) public CfnCrawlerProps.Builder configuration(String configuration)
CfnCrawlerProps.getConfiguration()configuration - `AWS::Glue::Crawler.Configuration`.this@Stability(value=Stable) public CfnCrawlerProps.Builder crawlerSecurityConfiguration(String crawlerSecurityConfiguration)
CfnCrawlerProps.getCrawlerSecurityConfiguration()crawlerSecurityConfiguration - `AWS::Glue::Crawler.CrawlerSecurityConfiguration`.this@Stability(value=Stable) public CfnCrawlerProps.Builder databaseName(String databaseName)
CfnCrawlerProps.getDatabaseName()databaseName - `AWS::Glue::Crawler.DatabaseName`.this@Stability(value=Stable) public CfnCrawlerProps.Builder description(String description)
CfnCrawlerProps.getDescription()description - `AWS::Glue::Crawler.Description`.this@Stability(value=Stable) public CfnCrawlerProps.Builder name(String name)
CfnCrawlerProps.getName()name - `AWS::Glue::Crawler.Name`.this@Stability(value=Stable) public CfnCrawlerProps.Builder schedule(CfnCrawler.ScheduleProperty schedule)
CfnCrawlerProps.getSchedule()schedule - `AWS::Glue::Crawler.Schedule`.this@Stability(value=Stable) public CfnCrawlerProps.Builder schedule(IResolvable schedule)
CfnCrawlerProps.getSchedule()schedule - `AWS::Glue::Crawler.Schedule`.this@Stability(value=Stable) public CfnCrawlerProps.Builder schemaChangePolicy(CfnCrawler.SchemaChangePolicyProperty schemaChangePolicy)
CfnCrawlerProps.getSchemaChangePolicy()schemaChangePolicy - `AWS::Glue::Crawler.SchemaChangePolicy`.this@Stability(value=Stable) public CfnCrawlerProps.Builder schemaChangePolicy(IResolvable schemaChangePolicy)
CfnCrawlerProps.getSchemaChangePolicy()schemaChangePolicy - `AWS::Glue::Crawler.SchemaChangePolicy`.this@Stability(value=Stable) public CfnCrawlerProps.Builder tablePrefix(String tablePrefix)
CfnCrawlerProps.getTablePrefix()tablePrefix - `AWS::Glue::Crawler.TablePrefix`.this@Stability(value=Stable) public CfnCrawlerProps.Builder tags(Object tags)
CfnCrawlerProps.getTags()tags - `AWS::Glue::Crawler.Tags`.this@Stability(value=Stable) public CfnCrawlerProps build()
build in interface software.amazon.jsii.Builder<CfnCrawlerProps>CfnCrawlerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.