Uses of Class
com.snowflake.snowpark_java.SessionBuilder
-
Packages that use SessionBuilder Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of SessionBuilder in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return SessionBuilder Modifier and Type Method Description static SessionBuilder
Session. builder()
Returns a builder you can use to set configuration properties and create aSession
object.SessionBuilder
SessionBuilder. config(String key, String value)
Adds the specified configuration property and value to the SessionBuilder configuration.SessionBuilder
SessionBuilder. configFile(String path)
Adds the configuration properties in the specified file to theSessionBuilder
configuration.SessionBuilder
SessionBuilder. configs(Map<String,String> configs)
Adds the specified Map of configuration properties to the SessionBuilder configuration.
-