Interface JdbcTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JdbcTarget.Builder,
,JdbcTarget> SdkBuilder<JdbcTarget.Builder,
,JdbcTarget> SdkPojo
- Enclosing class:
JdbcTarget
-
Method Summary
Modifier and TypeMethodDescriptionconnectionName
(String connectionName) The name of the connection to use to connect to the JDBC target.enableAdditionalMetadata
(Collection<JdbcMetadataEntry> enableAdditionalMetadata) Specify a value ofRAWTYPES
orCOMMENTS
to enable additional metadata in table responses.enableAdditionalMetadata
(JdbcMetadataEntry... enableAdditionalMetadata) Specify a value ofRAWTYPES
orCOMMENTS
to enable additional metadata in table responses.enableAdditionalMetadataWithStrings
(String... enableAdditionalMetadata) Specify a value ofRAWTYPES
orCOMMENTS
to enable additional metadata in table responses.enableAdditionalMetadataWithStrings
(Collection<String> enableAdditionalMetadata) Specify a value ofRAWTYPES
orCOMMENTS
to enable additional metadata in table responses.exclusions
(String... exclusions) A list of glob patterns used to exclude from the crawl.exclusions
(Collection<String> exclusions) A list of glob patterns used to exclude from the crawl.The path of the JDBC target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
connectionName
The name of the connection to use to connect to the JDBC target.
- Parameters:
connectionName
- The name of the connection to use to connect to the JDBC target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path of the JDBC target.
- Parameters:
path
- The path of the JDBC target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusions
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
- Parameters:
exclusions
- A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusions
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
- Parameters:
exclusions
- A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAdditionalMetadataWithStrings
Specify a value of
RAWTYPES
orCOMMENTS
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.
- Parameters:
enableAdditionalMetadata
- Specify a value ofRAWTYPES
orCOMMENTS
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAdditionalMetadataWithStrings
Specify a value of
RAWTYPES
orCOMMENTS
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.
- Parameters:
enableAdditionalMetadata
- Specify a value ofRAWTYPES
orCOMMENTS
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAdditionalMetadata
Specify a value of
RAWTYPES
orCOMMENTS
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.
- Parameters:
enableAdditionalMetadata
- Specify a value ofRAWTYPES
orCOMMENTS
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableAdditionalMetadata
Specify a value of
RAWTYPES
orCOMMENTS
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.
- Parameters:
enableAdditionalMetadata
- Specify a value ofRAWTYPES
orCOMMENTS
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-