| Package | Description |
|---|---|
| com.snowflake.snowpark_java |
Provides most of the classes for the Snowpark Java API.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionBuilder |
Session.builder()
Returns a builder you can use to set configuration properties and create a
Session
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 the
SessionBuilder
configuration. |
SessionBuilder |
SessionBuilder.configs(Map<String,String> configs)
Adds the specified Map of configuration properties to the SessionBuilder configuration.
|
© 2022 Snowflake Inc. All Rights Reserved