Uses of Class
io.deltastream.flink.connector.snowflake.sink.SnowflakeSinkBuilder
Packages that use SnowflakeSinkBuilder
-
Uses of SnowflakeSinkBuilder in io.deltastream.flink.connector.snowflake.sink
Methods in io.deltastream.flink.connector.snowflake.sink that return SnowflakeSinkBuilderModifier and TypeMethodDescriptionSnowflakeSinkBuilder.bufferTimeMillis(long bufferTimeMillis) Sets the maximum time, in milliseconds, to buffer incoming elements.static <IN> SnowflakeSinkBuilder<IN>SnowflakeSink.builder()Set the database name to sink to in Snowflake.SnowflakeSinkBuilder.deliveryGuarantee(org.apache.flink.connector.base.DeliveryGuarantee deliveryGuarantee) Sets theDeliveryGuaranteeto provide for writing to Snowflake.SnowflakeSinkBuilder.keyPassphrase(String connectionKeyPassphrase) Set the private key password for the private key inprivateKey(String).SnowflakeSinkBuilder.onErrorOption(net.snowflake.ingest.streaming.OpenChannelRequest.OnErrorOption option) Set the option for handling errors within a Snowflake ingest channel.SnowflakeSinkBuilder.privateKey(String connectionPrivateKey) Set the private key to connect with to the Snowflake service.Set the role as to connect to the Snowflake service.Set the schema name to sink to in Snowflake.SnowflakeSinkBuilder.serializationSchema(SnowflakeRowSerializationSchema<IN> serializationSchema) Sets the serialization schema that provides serialization fromSnowflakeSinkBuildertoMaprow as documented above and by the Snowflake service.Set the table name to sink to in Snowflake.Set the connection URL for connecting to the Snowflake service.Set the user connecting to the Snowflake service.