@Generated(value="software.amazon.awssdk:codegen") public class JdbcTarget extends Object implements StructuredPojo, ToCopyableBuilder<JdbcTarget.Builder,JdbcTarget>
Specifies a JDBC data store to crawl.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | JdbcTarget.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static JdbcTarget.Builder | builder() | 
| String | connectionName()
 The name of the connection to use to connect to the JDBC target. | 
| boolean | equals(Object obj) | 
| List<String> | exclusions()
 A list of glob patterns used to exclude from the crawl. | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| String | path()
 The path of the JDBC target. | 
| static Class<? extends JdbcTarget.Builder> | serializableBuilderClass() | 
| JdbcTarget.Builder | toBuilder()Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | 
copypublic String connectionName()
The name of the connection to use to connect to the JDBC target.
public String path()
The path of the JDBC target.
public List<String> exclusions()
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public JdbcTarget.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JdbcTarget.Builder,JdbcTarget>public static JdbcTarget.Builder builder()
public static Class<? extends JdbcTarget.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.