Class EngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.EngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,EnginePropertiesCatalogAdditionalProperties>catalog()Gets the catalog.EnginePropertiesConfigurationconfiguration()Gets the configuration.java.util.Map<java.lang.String,java.lang.String>eventListener()Gets the eventListener.java.util.Map<java.lang.String,java.lang.String>global()Gets the global.java.util.Map<java.lang.String,java.lang.String>jmxExporterConfig()Gets the jmxExporterConfig.EnginePropertiesJvmjvm()Gets the jvm.EnginePropertiesLogConfiglogConfig()Gets the logConfig.EngineProperties.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public EngineProperties.Builder newBuilder()
New builder.- Returns:
- a EngineProperties builder
-
catalog
public java.util.Map<java.lang.String,EnginePropertiesCatalogAdditionalProperties> catalog()
Gets the catalog. Engine Catalog properties.- Returns:
- the catalog
-
configuration
public EnginePropertiesConfiguration configuration()
Gets the configuration. Engine configuration properties.- Returns:
- the configuration
-
eventListener
public java.util.Map<java.lang.String,java.lang.String> eventListener()
Gets the eventListener. Event listener engine properties.- Returns:
- the eventListener
-
global
public java.util.Map<java.lang.String,java.lang.String> global()
Gets the global. Global engine properties.- Returns:
- the global
-
jmxExporterConfig
public java.util.Map<java.lang.String,java.lang.String> jmxExporterConfig()
Gets the jmxExporterConfig. JMX engine properties.- Returns:
- the jmxExporterConfig
-
jvm
public EnginePropertiesJvm jvm()
Gets the jvm. Engine JVM properties.- Returns:
- the jvm
-
logConfig
public EnginePropertiesLogConfig logConfig()
Gets the logConfig. Engine Logconfig properties.- Returns:
- the logConfig
-
-