| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JDBCConnectorOptions |
JDBCConnectorOptions.addDataTypeMappingEntry(String key,
String value)
Add a single DataTypeMapping entry
|
JDBCConnectorOptions |
JDBCConnectorOptions.clearDataTypeMappingEntries()
Removes all the entries added into DataTypeMapping.
|
JDBCConnectorOptions |
JDBCConnectorOptions.clone() |
JDBCConnectorOptions |
JDBCConnectorSource.getAdditionalOptions()
Additional connection options for the connector.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withDataTypeMapping(Map<String,String> dataTypeMapping)
Custom data type mapping that builds a mapping from a JDBC data type to an Glue data type.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withFilterPredicate(String filterPredicate)
Extra condition clause to filter data from source.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withJobBookmarkKeys(Collection<String> jobBookmarkKeys)
The name of the job bookmark keys on which to sort.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withJobBookmarkKeys(String... jobBookmarkKeys)
The name of the job bookmark keys on which to sort.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withJobBookmarkKeysSortOrder(String jobBookmarkKeysSortOrder)
Specifies an ascending or descending sort order.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withLowerBound(Long lowerBound)
The minimum value of
partitionColumn that is used to decide partition stride. |
JDBCConnectorOptions |
JDBCConnectorOptions.withNumPartitions(Long numPartitions)
The number of partitions.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withPartitionColumn(String partitionColumn)
The name of an integer column that is used for partitioning.
|
JDBCConnectorOptions |
JDBCConnectorOptions.withUpperBound(Long upperBound)
The maximum value of
partitionColumn that is used to decide partition stride. |
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCConnectorSource.setAdditionalOptions(JDBCConnectorOptions additionalOptions)
Additional connection options for the connector.
|
JDBCConnectorSource |
JDBCConnectorSource.withAdditionalOptions(JDBCConnectorOptions additionalOptions)
Additional connection options for the connector.
|
Copyright © 2024. All rights reserved.