Uses of Class
com.senzing.sdk.core.SzCoreEnvironment.Builder
Package
Description
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk
package.-
Uses of SzCoreEnvironment.Builder in com.senzing.sdk.core
Modifier and TypeMethodDescriptionSets the explicit configuration ID to use to initialize theSzCoreEnvironment
.SzCoreEnvironment.Builder.instanceName
(String instanceName) Provides the Senzing instance name to configure theSzCoreEnvironment
.static SzCoreEnvironment.Builder
SzCoreEnvironment.newBuilder()
Creates a new instance ofSzCoreEnvironment.Builder
for setting up an instance ofSzCoreEnvironment
.Provides the Senzing settings to configure theSzCoreEnvironment
.SzCoreEnvironment.Builder.verboseLogging
(boolean verboseLogging) Sets the verbose logging flag for configuring theSzCoreEnvironment
.