| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.clone() |
Option |
AmazonRedshiftNodeData.getCatalogDatabase()
The name of the Glue Data Catalog database when working with a data catalog.
|
Option |
AmazonRedshiftNodeData.getCatalogTable()
The Glue Data Catalog table name when working with a data catalog.
|
Option |
SnowflakeNodeData.getConnection()
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
Option |
AmazonRedshiftNodeData.getConnection()
The Glue connection to the Redshift cluster.
|
Option |
SnowflakeNodeData.getIamRole()
Not currently used.
|
Option |
AmazonRedshiftNodeData.getIamRole()
Optional.
|
Option |
AmazonRedshiftNodeData.getSchema()
The Redshift schema name when working with a direct connection.
|
Option |
AmazonRedshiftNodeData.getTable()
The Redshift table name when working with a direct connection.
|
Option |
Option.withDescription(String description)
Specifies the description of the option.
|
Option |
Option.withLabel(String label)
Specifies the label of the option.
|
Option |
Option.withValue(String value)
Specifies the value of the option.
|
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
SnowflakeNodeData.getSelectedColumns()
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
List<Option> |
AmazonRedshiftNodeData.getSelectedColumns()
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
List<Option> |
SnowflakeNodeData.getTableSchema()
Manually defines the target schema for the node.
|
List<Option> |
AmazonRedshiftNodeData.getTableSchema()
The array of schema output for a given node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonRedshiftNodeData.setCatalogDatabase(Option catalogDatabase)
The name of the Glue Data Catalog database when working with a data catalog.
|
void |
AmazonRedshiftNodeData.setCatalogTable(Option catalogTable)
The Glue Data Catalog table name when working with a data catalog.
|
void |
SnowflakeNodeData.setConnection(Option connection)
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
void |
AmazonRedshiftNodeData.setConnection(Option connection)
The Glue connection to the Redshift cluster.
|
void |
SnowflakeNodeData.setIamRole(Option iamRole)
Not currently used.
|
void |
AmazonRedshiftNodeData.setIamRole(Option iamRole)
Optional.
|
void |
AmazonRedshiftNodeData.setSchema(Option schema)
The Redshift schema name when working with a direct connection.
|
void |
AmazonRedshiftNodeData.setTable(Option table)
The Redshift table name when working with a direct connection.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withCatalogDatabase(Option catalogDatabase)
The name of the Glue Data Catalog database when working with a data catalog.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withCatalogTable(Option catalogTable)
The Glue Data Catalog table name when working with a data catalog.
|
SnowflakeNodeData |
SnowflakeNodeData.withConnection(Option connection)
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withConnection(Option connection)
The Glue connection to the Redshift cluster.
|
SnowflakeNodeData |
SnowflakeNodeData.withIamRole(Option iamRole)
Not currently used.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withIamRole(Option iamRole)
Optional.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withSchema(Option schema)
The Redshift schema name when working with a direct connection.
|
SnowflakeNodeData |
SnowflakeNodeData.withSelectedColumns(Option... selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withSelectedColumns(Option... selectedColumns)
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withTable(Option table)
The Redshift table name when working with a direct connection.
|
SnowflakeNodeData |
SnowflakeNodeData.withTableSchema(Option... tableSchema)
Manually defines the target schema for the node.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withTableSchema(Option... tableSchema)
The array of schema output for a given node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnowflakeNodeData.setSelectedColumns(Collection<Option> selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
void |
AmazonRedshiftNodeData.setSelectedColumns(Collection<Option> selectedColumns)
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
void |
SnowflakeNodeData.setTableSchema(Collection<Option> tableSchema)
Manually defines the target schema for the node.
|
void |
AmazonRedshiftNodeData.setTableSchema(Collection<Option> tableSchema)
The array of schema output for a given node.
|
SnowflakeNodeData |
SnowflakeNodeData.withSelectedColumns(Collection<Option> selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withSelectedColumns(Collection<Option> selectedColumns)
The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.
|
SnowflakeNodeData |
SnowflakeNodeData.withTableSchema(Collection<Option> tableSchema)
Manually defines the target schema for the node.
|
AmazonRedshiftNodeData |
AmazonRedshiftNodeData.withTableSchema(Collection<Option> tableSchema)
The array of schema output for a given node.
|
Copyright © 2025. All rights reserved.