Class PrestissimoEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoEngineProperties.Builder
-
- Enclosing class:
- PrestissimoEngineProperties
public static class PrestissimoEngineProperties.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
-
-
-
Method Detail
-
build
public PrestissimoEngineProperties build()
Builds a PrestissimoEngineProperties.- Returns:
- the new PrestissimoEngineProperties instance
-
catalog
public PrestissimoEngineProperties.Builder catalog(java.util.Map<java.lang.String,PrestissimoEnginePropertiesCatalogAdditionalProperties> catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the PrestissimoEngineProperties builder
-
configuration
public PrestissimoEngineProperties.Builder configuration(PrestissimoEnginePropertiesConfiguration configuration)
Set the configuration.- Parameters:
configuration- the configuration- Returns:
- the PrestissimoEngineProperties builder
-
global
public PrestissimoEngineProperties.Builder global(java.util.Map<java.lang.String,java.lang.String> global)
Set the global.- Parameters:
global- the global- Returns:
- the PrestissimoEngineProperties builder
-
jvm
public PrestissimoEngineProperties.Builder jvm(PrestissimoEnginePropertiesJvm jvm)
Set the jvm.- Parameters:
jvm- the jvm- Returns:
- the PrestissimoEngineProperties builder
-
logConfig
public PrestissimoEngineProperties.Builder logConfig(PrestissimoEnginePropertiesLogConfig logConfig)
Set the logConfig.- Parameters:
logConfig- the logConfig- Returns:
- the PrestissimoEngineProperties builder
-
optimizerProperties
public PrestissimoEngineProperties.Builder optimizerProperties(java.util.Map<java.lang.String,java.lang.String> optimizerProperties)
Set the optimizerProperties.- Parameters:
optimizerProperties- the optimizerProperties- Returns:
- the PrestissimoEngineProperties builder
-
velox
public PrestissimoEngineProperties.Builder velox(java.util.Map<java.lang.String,java.lang.String> velox)
Set the velox.- Parameters:
velox- the velox- Returns:
- the PrestissimoEngineProperties builder
-
-