public static interface JdbcTarget.Builder extends SdkPojo, 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 |
enableAdditionalMetadata(Collection<JdbcMetadataEntry> enableAdditionalMetadata)
Specify a value of
RAWTYPES or COMMENTS to enable additional metadata in table
responses. |
JdbcTarget.Builder |
enableAdditionalMetadata(JdbcMetadataEntry... enableAdditionalMetadata)
Specify a value of
RAWTYPES or COMMENTS to enable additional metadata in table
responses. |
JdbcTarget.Builder |
enableAdditionalMetadataWithStrings(Collection<String> enableAdditionalMetadata)
Specify a value of
RAWTYPES or COMMENTS to enable additional metadata in table
responses. |
JdbcTarget.Builder |
enableAdditionalMetadataWithStrings(String... enableAdditionalMetadata)
Specify a value of
RAWTYPES or COMMENTS to enable additional metadata in table
responses. |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.JdbcTarget.Builder enableAdditionalMetadataWithStrings(Collection<String> enableAdditionalMetadata)
Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table
responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments
associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
enableAdditionalMetadata - Specify a value of RAWTYPES or COMMENTS to enable additional metadata in
table responses. RAWTYPES provides the native-level datatype. COMMENTS
provides comments associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
JdbcTarget.Builder enableAdditionalMetadataWithStrings(String... enableAdditionalMetadata)
Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table
responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments
associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
enableAdditionalMetadata - Specify a value of RAWTYPES or COMMENTS to enable additional metadata in
table responses. RAWTYPES provides the native-level datatype. COMMENTS
provides comments associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
JdbcTarget.Builder enableAdditionalMetadata(Collection<JdbcMetadataEntry> enableAdditionalMetadata)
Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table
responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments
associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
enableAdditionalMetadata - Specify a value of RAWTYPES or COMMENTS to enable additional metadata in
table responses. RAWTYPES provides the native-level datatype. COMMENTS
provides comments associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
JdbcTarget.Builder enableAdditionalMetadata(JdbcMetadataEntry... enableAdditionalMetadata)
Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table
responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments
associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
enableAdditionalMetadata - Specify a value of RAWTYPES or COMMENTS to enable additional metadata in
table responses. RAWTYPES provides the native-level datatype. COMMENTS
provides comments associated with a column or table in the database.
If you do not need additional metadata, keep the field empty.
Copyright © 2023. All rights reserved.