| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeSource |
SnowflakeSource.clone() |
SnowflakeSource |
CodeGenConfigurationNode.getSnowflakeSource()
Specifies a Snowflake data source.
|
SnowflakeSource |
SnowflakeSource.withData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
|
SnowflakeSource |
SnowflakeSource.withName(String name)
The name of the Snowflake data source.
|
SnowflakeSource |
SnowflakeSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
|
SnowflakeSource |
SnowflakeSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies user-defined schemas for your output data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setSnowflakeSource(SnowflakeSource snowflakeSource)
Specifies a Snowflake data source.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withSnowflakeSource(SnowflakeSource snowflakeSource)
Specifies a Snowflake data source.
|
Copyright © 2023. All rights reserved.