Class SnowflakeIngestionServiceFactory

    • Constructor Detail

      • SnowflakeIngestionServiceFactory

        public SnowflakeIngestionServiceFactory()
    • Method Detail

      • builder

        public static com.snowflake.kafka.connector.internal.SnowflakeIngestionServiceFactory.SnowflakeIngestionServiceBuilder builder​(String accountName,
                                                                                                                                       String userName,
                                                                                                                                       String host,
                                                                                                                                       int port,
                                                                                                                                       String connectionScheme,
                                                                                                                                       String stageName,
                                                                                                                                       String pipeName,
                                                                                                                                       PrivateKey privateKey,
                                                                                                                                       String userAgentSuffix)