SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.bufferTimeMillis(long bufferTimeMillis) |
Sets the maximum time, in milliseconds, to buffer incoming elements.
|
static <IN> SnowflakeSinkBuilder<IN> |
SnowflakeSink.builder() |
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.database(String database) |
Set the database name to sink to in Snowflake.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.deliveryGuarantee(org.apache.flink.connector.base.DeliveryGuarantee deliveryGuarantee) |
Sets the DeliveryGuarantee to provide for writing to Snowflake.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.keyPassphrase(String connectionKeyPassphrase) |
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.onErrorOption(net.snowflake.ingest.streaming.OpenChannelRequest.OnErrorOption option) |
Set the option for handling errors within a Snowflake ingest channel.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.privateKey(String connectionPrivateKey) |
Set the private key to connect with to the Snowflake service.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.role(String connectionRole) |
Set the role as to connect to the Snowflake service.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.schema(String schema) |
Set the schema name to sink to in Snowflake.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.serializationSchema(SnowflakeRowSerializationSchema<IN> serializationSchema) |
Sets the serialization schema that provides serialization from SnowflakeSinkBuilder to Map row as documented above and by the Snowflake service.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.table(String table) |
Set the table name to sink to in Snowflake.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.url(String connectionUrl) |
Set the connection URL for connecting to the Snowflake service.
|
SnowflakeSinkBuilder<IN> |
SnowflakeSinkBuilder.user(String connectionUser) |
Set the user connecting to the Snowflake service.
|