Class EngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.EngineProperties.Builder
-
- Enclosing class:
- EngineProperties
public static class EngineProperties.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 EnginePropertiesbuild()Builds a EngineProperties.EngineProperties.Buildercatalog(java.util.Map<java.lang.String,EnginePropertiesCatalogAdditionalProperties> catalog)Set the catalog.EngineProperties.Builderconfiguration(EnginePropertiesConfiguration configuration)Set the configuration.EngineProperties.BuildereventListener(java.util.Map<java.lang.String,java.lang.String> eventListener)Set the eventListener.EngineProperties.Builderglobal(java.util.Map<java.lang.String,java.lang.String> global)Set the global.EngineProperties.BuilderjmxExporterConfig(java.util.Map<java.lang.String,java.lang.String> jmxExporterConfig)Set the jmxExporterConfig.EngineProperties.Builderjvm(EnginePropertiesJvm jvm)Set the jvm.EngineProperties.BuilderlogConfig(EnginePropertiesLogConfig logConfig)Set the logConfig.
-
-
-
Method Detail
-
build
public EngineProperties build()
Builds a EngineProperties.- Returns:
- the new EngineProperties instance
-
catalog
public EngineProperties.Builder catalog(java.util.Map<java.lang.String,EnginePropertiesCatalogAdditionalProperties> catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the EngineProperties builder
-
configuration
public EngineProperties.Builder configuration(EnginePropertiesConfiguration configuration)
Set the configuration.- Parameters:
configuration- the configuration- Returns:
- the EngineProperties builder
-
eventListener
public EngineProperties.Builder eventListener(java.util.Map<java.lang.String,java.lang.String> eventListener)
Set the eventListener.- Parameters:
eventListener- the eventListener- Returns:
- the EngineProperties builder
-
global
public EngineProperties.Builder global(java.util.Map<java.lang.String,java.lang.String> global)
Set the global.- Parameters:
global- the global- Returns:
- the EngineProperties builder
-
jmxExporterConfig
public EngineProperties.Builder jmxExporterConfig(java.util.Map<java.lang.String,java.lang.String> jmxExporterConfig)
Set the jmxExporterConfig.- Parameters:
jmxExporterConfig- the jmxExporterConfig- Returns:
- the EngineProperties builder
-
jvm
public EngineProperties.Builder jvm(EnginePropertiesJvm jvm)
Set the jvm.- Parameters:
jvm- the jvm- Returns:
- the EngineProperties builder
-
logConfig
public EngineProperties.Builder logConfig(EnginePropertiesLogConfig logConfig)
Set the logConfig.- Parameters:
logConfig- the logConfig- Returns:
- the EngineProperties builder
-
-