| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeTarget |
SnowflakeTarget.clone() |
SnowflakeTarget |
CodeGenConfigurationNode.getSnowflakeTarget()
Specifies a target that writes to a Snowflake data source.
|
SnowflakeTarget |
SnowflakeTarget.withData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
SnowflakeTarget |
SnowflakeTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget |
SnowflakeTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
SnowflakeTarget |
SnowflakeTarget.withName(String name)
The name of the Snowflake target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setSnowflakeTarget(SnowflakeTarget snowflakeTarget)
Specifies a target that writes to a Snowflake data source.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withSnowflakeTarget(SnowflakeTarget snowflakeTarget)
Specifies a target that writes to a Snowflake data source.
|
Copyright © 2023. All rights reserved.