Interface JdbcTarget.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<JdbcTarget.Builder,,- JdbcTarget> - SdkBuilder<JdbcTarget.Builder,,- JdbcTarget> - SdkPojo
- Enclosing class:
- JdbcTarget
- 
Method SummaryModifier and TypeMethodDescriptionconnectionName(String connectionName) The name of the connection to use to connect to the JDBC target.enableAdditionalMetadata(Collection<JdbcMetadataEntry> enableAdditionalMetadata) Specify a value ofRAWTYPESorCOMMENTSto enable additional metadata in table responses.enableAdditionalMetadata(JdbcMetadataEntry... enableAdditionalMetadata) Specify a value ofRAWTYPESorCOMMENTSto enable additional metadata in table responses.enableAdditionalMetadataWithStrings(String... enableAdditionalMetadata) Specify a value ofRAWTYPESorCOMMENTSto enable additional metadata in table responses.enableAdditionalMetadataWithStrings(Collection<String> enableAdditionalMetadata) Specify a value ofRAWTYPESorCOMMENTSto 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectionNameThe 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.
 
- 
pathThe 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.
 
- 
exclusionsA 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.
 
- 
exclusionsA 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.
 
- 
enableAdditionalMetadataWithStringsSpecify a value of RAWTYPESorCOMMENTSto enable additional metadata in table responses.RAWTYPESprovides the native-level datatype.COMMENTSprovides 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 of- RAWTYPESor- COMMENTSto enable additional metadata in table responses.- RAWTYPESprovides the native-level datatype.- COMMENTSprovides 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.
 
- 
enableAdditionalMetadataWithStringsSpecify a value of RAWTYPESorCOMMENTSto enable additional metadata in table responses.RAWTYPESprovides the native-level datatype.COMMENTSprovides 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 of- RAWTYPESor- COMMENTSto enable additional metadata in table responses.- RAWTYPESprovides the native-level datatype.- COMMENTSprovides 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.
 
- 
enableAdditionalMetadataSpecify a value of RAWTYPESorCOMMENTSto enable additional metadata in table responses.RAWTYPESprovides the native-level datatype.COMMENTSprovides 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 of- RAWTYPESor- COMMENTSto enable additional metadata in table responses.- RAWTYPESprovides the native-level datatype.- COMMENTSprovides 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.
 
- 
enableAdditionalMetadataSpecify a value of RAWTYPESorCOMMENTSto enable additional metadata in table responses.RAWTYPESprovides the native-level datatype.COMMENTSprovides 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 of- RAWTYPESor- COMMENTSto enable additional metadata in table responses.- RAWTYPESprovides the native-level datatype.- COMMENTSprovides 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.
 
 
-