Package com.snowflake.ingest.streaming
Class SnowflakeStreamingIngestClientFactory
- java.lang.Object
-
- com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory
-
public class SnowflakeStreamingIngestClientFactory extends java.lang.Object
Factory class used to build aSnowflakeStreamingIngestClient
for a specific account/database/schema/pipe
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnowflakeStreamingIngestClientFactory.Builder
Builder class to build aSnowflakeStreamingIngestClient
-
Constructor Summary
Constructors Constructor Description SnowflakeStreamingIngestClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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 aSnowflakeStreamingIngestClient
for a specific account, database, schema, pipe with the provided name
-
-
-
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 aSnowflakeStreamingIngestClient
for a specific account, database, schema, pipe with the provided name- Parameters:
clientName
- the client namedbName
- the database name of the clientschemaName
- the schema name of the clientpipeName
- the pipe name of the client- Returns:
- a new builder for a
SnowflakeStreamingIngestClient
to create the client
-
-