@Stability(value=Stable) public static final class CfnCrawler.JdbcTargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCrawler.JdbcTargetProperty>
CfnCrawler.JdbcTargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.JdbcTargetProperty |
build()
Builds the configured instance.
|
CfnCrawler.JdbcTargetProperty.Builder |
connectionName(String connectionName)
Sets the value of
CfnCrawler.JdbcTargetProperty.getConnectionName() |
CfnCrawler.JdbcTargetProperty.Builder |
exclusions(List<String> exclusions)
Sets the value of
CfnCrawler.JdbcTargetProperty.getExclusions() |
CfnCrawler.JdbcTargetProperty.Builder |
path(String path)
Sets the value of
CfnCrawler.JdbcTargetProperty.getPath() |
@Stability(value=Stable) public CfnCrawler.JdbcTargetProperty.Builder connectionName(String connectionName)
CfnCrawler.JdbcTargetProperty.getConnectionName()connectionName - The name of the connection to use to connect to the JDBC target.this@Stability(value=Stable) public CfnCrawler.JdbcTargetProperty.Builder exclusions(List<String> exclusions)
CfnCrawler.JdbcTargetProperty.getExclusions()exclusions - A list of glob patterns used to exclude from the crawl.
For more information, see Catalog Tables with a Crawler .this@Stability(value=Stable) public CfnCrawler.JdbcTargetProperty.Builder path(String path)
CfnCrawler.JdbcTargetProperty.getPath()path - The path of the JDBC target.this@Stability(value=Stable) public CfnCrawler.JdbcTargetProperty build()
build in interface software.amazon.jsii.Builder<CfnCrawler.JdbcTargetProperty>CfnCrawler.JdbcTargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.