@Stability(value=Stable) public static final class CfnCrawler.CatalogTargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawler.CatalogTargetProperty>
CfnCrawler.CatalogTargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.CatalogTargetProperty |
build()
Builds the configured instance.
|
CfnCrawler.CatalogTargetProperty.Builder |
databaseName(String databaseName)
Sets the value of
CfnCrawler.CatalogTargetProperty.getDatabaseName() |
CfnCrawler.CatalogTargetProperty.Builder |
tables(List<String> tables)
Sets the value of
CfnCrawler.CatalogTargetProperty.getTables() |
@Stability(value=Stable) public CfnCrawler.CatalogTargetProperty.Builder databaseName(String databaseName)
CfnCrawler.CatalogTargetProperty.getDatabaseName()databaseName - The name of the database to be synchronized.this@Stability(value=Stable) public CfnCrawler.CatalogTargetProperty.Builder tables(List<String> tables)
CfnCrawler.CatalogTargetProperty.getTables()tables - A list of the tables to be synchronized.this@Stability(value=Stable) public CfnCrawler.CatalogTargetProperty build()
build in interface software.amazon.jsii.Builder<CfnCrawler.CatalogTargetProperty>CfnCrawler.CatalogTargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.