| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Option |
AmazonRedshiftNodeData.catalogDatabase()
The name of the Glue Data Catalog database when working with a data catalog.
|
Option |
AmazonRedshiftNodeData.catalogTable()
The Glue Data Catalog table name when working with a data catalog.
|
Option |
AmazonRedshiftNodeData.connection()
The Glue connection to the Redshift cluster.
|
Option |
SnowflakeNodeData.connection()
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
Option |
AmazonRedshiftNodeData.iamRole()
Optional.
|
Option |
SnowflakeNodeData.iamRole()
Not currently used.
|
Option |
AmazonRedshiftNodeData.schema()
The Redshift schema name when working with a direct connection.
|
Option |
AmazonRedshiftNodeData.table()
The Redshift table name when working with a direct connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
AmazonRedshiftNodeData.selectedColumns()
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
List<Option> |
SnowflakeNodeData.selectedColumns()
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
List<Option> |
AmazonRedshiftNodeData.tableSchema()
The array of schema output for a given node.
|
List<Option> |
SnowflakeNodeData.tableSchema()
Manually defines the target schema for the node.
|
| Modifier and Type | Method and Description |
|---|---|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.catalogDatabase(Option catalogDatabase)
The name of the Glue Data Catalog database when working with a data catalog.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.catalogTable(Option catalogTable)
The Glue Data Catalog table name when working with a data catalog.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.connection(Option connection)
The Glue connection to the Redshift cluster.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.connection(Option connection)
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.iamRole(Option iamRole)
Optional.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.iamRole(Option iamRole)
Not currently used.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.schema(Option schema)
The Redshift schema name when working with a direct connection.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.selectedColumns(Option... selectedColumns)
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.selectedColumns(Option... selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.table(Option table)
The Redshift table name when working with a direct connection.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.tableSchema(Option... tableSchema)
The array of schema output for a given node.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.tableSchema(Option... tableSchema)
Manually defines the target schema for the node.
|
| Modifier and Type | Method and Description |
|---|---|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.selectedColumns(Collection<Option> selectedColumns)
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.selectedColumns(Collection<Option> selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
AmazonRedshiftNodeData.Builder |
AmazonRedshiftNodeData.Builder.tableSchema(Collection<Option> tableSchema)
The array of schema output for a given node.
|
SnowflakeNodeData.Builder |
SnowflakeNodeData.Builder.tableSchema(Collection<Option> tableSchema)
Manually defines the target schema for the node.
|
Copyright © 2023. All rights reserved.