Class SnowflakeStreamingIngestClientFactory


  • public class SnowflakeStreamingIngestClientFactory
    extends java.lang.Object
    Factory class used to build a SnowflakeStreamingIngestClient for a specific account/database/schema/pipe
    • Constructor Detail

      • SnowflakeStreamingIngestClientFactory

        public SnowflakeStreamingIngestClientFactory()
    • Method Detail

      • builder

        public static SnowflakeStreamingIngestClientFactory.Builder builder​(java.lang.String clientName,
                                                                            java.lang.String dbName,
                                                                            java.lang.String schemaName,
                                                                            java.lang.String pipeName)
        Creates a new builder for a SnowflakeStreamingIngestClient for a specific account, database, schema, pipe with the provided name
        Parameters:
        clientName - the client name
        dbName - the database name of the client
        schemaName - the schema name of the client
        pipeName - the pipe name of the client
        Returns:
        a new builder for a SnowflakeStreamingIngestClient to create the client