Class SnowflakeIngestionServiceFactory
- java.lang.Object
-
- com.snowflake.kafka.connector.internal.SnowflakeIngestionServiceFactory
-
public class SnowflakeIngestionServiceFactory extends Object
A factory to createSnowflakeIngestionService
-
-
Constructor Summary
Constructors Constructor Description SnowflakeIngestionServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.snowflake.kafka.connector.internal.SnowflakeIngestionServiceFactory.SnowflakeIngestionServiceBuilderbuilder(String accountName, String userName, String host, int port, String connectionScheme, String stageName, String pipeName, PrivateKey privateKey, String userAgentSuffix)
-
-
-
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)
-
-