Class PrestissimoEngineEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEngineEngineProperties.Builder
-
- Enclosing class:
- PrestissimoEngineEngineProperties
public static class PrestissimoEngineEngineProperties.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEngineEnginePropertiesbuild()Builds a PrestissimoEngineEngineProperties.PrestissimoEngineEngineProperties.Buildercatalog(PrestissimoEnginePropertiesCatalog catalog)Set the catalog.PrestissimoEngineEngineProperties.Builderconfiguration(EnginePropertiesOaiGenConfiguration configuration)Set the configuration.PrestissimoEngineEngineProperties.Builderglobal(PrestissimoEnginePropertiesGlobal global)Set the global.PrestissimoEngineEngineProperties.Builderjvm(PrestissimoEnginePropertiesOaiGen1Jvm jvm)Set the jvm.PrestissimoEngineEngineProperties.Buildervelox(PrestissimoEnginePropertiesVelox velox)Set the velox.
-
-
-
Method Detail
-
build
public PrestissimoEngineEngineProperties build()
Builds a PrestissimoEngineEngineProperties.- Returns:
- the new PrestissimoEngineEngineProperties instance
-
catalog
public PrestissimoEngineEngineProperties.Builder catalog(PrestissimoEnginePropertiesCatalog catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the PrestissimoEngineEngineProperties builder
-
configuration
public PrestissimoEngineEngineProperties.Builder configuration(EnginePropertiesOaiGenConfiguration configuration)
Set the configuration.- Parameters:
configuration- the configuration- Returns:
- the PrestissimoEngineEngineProperties builder
-
velox
public PrestissimoEngineEngineProperties.Builder velox(PrestissimoEnginePropertiesVelox velox)
Set the velox.- Parameters:
velox- the velox- Returns:
- the PrestissimoEngineEngineProperties builder
-
global
public PrestissimoEngineEngineProperties.Builder global(PrestissimoEnginePropertiesGlobal global)
Set the global.- Parameters:
global- the global- Returns:
- the PrestissimoEngineEngineProperties builder
-
jvm
public PrestissimoEngineEngineProperties.Builder jvm(PrestissimoEnginePropertiesOaiGen1Jvm jvm)
Set the jvm.- Parameters:
jvm- the jvm- Returns:
- the PrestissimoEngineEngineProperties builder
-
-