public static interface JdbcTarget.Builder extends CopyableBuilder<JdbcTarget.Builder,JdbcTarget>
| Modifier and Type | Method and Description |
|---|---|
JdbcTarget.Builder |
connectionName(String connectionName)
The name of the connection to use to connect to the JDBC target.
|
JdbcTarget.Builder |
exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
JdbcTarget.Builder |
exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
JdbcTarget.Builder |
path(String path)
The path of the JDBC target.
|
copyapply, buildJdbcTarget.Builder connectionName(String connectionName)
The name of the connection to use to connect to the JDBC target.
connectionName - The name of the connection to use to connect to the JDBC target.JdbcTarget.Builder path(String path)
The path of the JDBC target.
path - The path of the JDBC target.JdbcTarget.Builder exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.JdbcTarget.Builder exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.