| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.additionalOptions(Map<String,String> additionalOptions)
Additional connection options for the connector.
|
static JDBCConnectorTarget.Builder |
JDBCConnectorTarget.builder() |
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionName(String connectionName)
The name of the connection that is associated with the connector.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionTable(String connectionTable)
The name of the table in the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionType(String connectionType)
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data
target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectorName(String connectorName)
The name of a connector that will be used.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.name(String name)
The name of the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JDBCConnectorTarget.Builder> |
JDBCConnectorTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.jdbcConnectorTarget(Consumer<JDBCConnectorTarget.Builder> jdbcConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
Copyright © 2023. All rights reserved.