Package com.snowflake.ingest.streaming
Class SnowflakeStreamingIngestClientFactory
- java.lang.Object
-
- com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory
-
public class SnowflakeStreamingIngestClientFactory extends java.lang.ObjectFactory class used to build aSnowflakeStreamingIngestClientfor a specific account/database/schema/pipe
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnowflakeStreamingIngestClientFactory.BuilderBuilder 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.Builderbuilder(java.lang.String clientName, java.lang.String dbName, java.lang.String schemaName, java.lang.String pipeName)Creates a new builder for aSnowflakeStreamingIngestClientfor 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 aSnowflakeStreamingIngestClientfor 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
SnowflakeStreamingIngestClientto create the client
-
-