@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeSource extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a Snowflake data source.
Constructor and Description |
---|
SnowflakeSource() |
Modifier and Type | Method and Description |
---|---|
SnowflakeSource |
clone() |
boolean |
equals(Object obj) |
SnowflakeNodeData |
getData()
Configuration for the Snowflake data source.
|
String |
getName()
The name of the Snowflake data source.
|
List<GlueSchema> |
getOutputSchemas()
Specifies user-defined schemas for your output data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
|
void |
setName(String name)
The name of the Snowflake data source.
|
void |
setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeSource |
withData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
|
SnowflakeSource |
withName(String name)
The name of the Snowflake data source.
|
SnowflakeSource |
withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
|
SnowflakeSource |
withOutputSchemas(GlueSchema... outputSchemas)
Specifies user-defined schemas for your output data.
|
public void setName(String name)
The name of the Snowflake data source.
name
- The name of the Snowflake data source.public String getName()
The name of the Snowflake data source.
public SnowflakeSource withName(String name)
The name of the Snowflake data source.
name
- The name of the Snowflake data source.public void setData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
data
- Configuration for the Snowflake data source.public SnowflakeNodeData getData()
Configuration for the Snowflake data source.
public SnowflakeSource withData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
data
- Configuration for the Snowflake data source.public List<GlueSchema> getOutputSchemas()
Specifies user-defined schemas for your output data.
public void setOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
outputSchemas
- Specifies user-defined schemas for your output data.public SnowflakeSource withOutputSchemas(GlueSchema... outputSchemas)
Specifies user-defined schemas for your output data.
NOTE: This method appends the values to the existing list (if any). Use
setOutputSchemas(java.util.Collection)
or withOutputSchemas(java.util.Collection)
if you want
to override the existing values.
outputSchemas
- Specifies user-defined schemas for your output data.public SnowflakeSource withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies user-defined schemas for your output data.
outputSchemas
- Specifies user-defined schemas for your output data.public String toString()
toString
in class Object
Object.toString()
public SnowflakeSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.