Class RemovePrestissimoEngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemovePrestissimoEngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemovePrestissimoEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelRemoveEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePrestissimoEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,RemovePrestissimoEnginePropertiesCatalogAdditionalProperties>catalog()Gets the catalog.RemovePrestissimoEnginePropertiesConfigurationconfiguration()Gets the configuration.java.util.List<java.lang.String>global()Gets the global.RemovePrestissimoEnginePropertiesJvmjvm()Gets the jvm.RemovePrestissimoEnginePropertiesLogConfiglogConfig()Gets the logConfig.RemovePrestissimoEngineProperties.BuildernewBuilder()New builder.java.util.List<java.lang.String>optimizerProperties()Gets the optimizerProperties.java.util.List<java.lang.String>velox()Gets the velox.
-
-
-
Method Detail
-
newBuilder
public RemovePrestissimoEngineProperties.Builder newBuilder()
New builder.- Returns:
- a RemovePrestissimoEngineProperties builder
-
catalog
public java.util.Map<java.lang.String,RemovePrestissimoEnginePropertiesCatalogAdditionalProperties> catalog()
Gets the catalog. Catalog properties with dynamic catalog names.- Returns:
- the catalog
-
configuration
public RemovePrestissimoEnginePropertiesConfiguration configuration()
Gets the configuration. Configuration properties of prestissimo that should be removed.- Returns:
- the configuration
-
global
public java.util.List<java.lang.String> global()
Gets the global. Global properties of prestissimo that should be removed.- Returns:
- the global
-
jvm
public RemovePrestissimoEnginePropertiesJvm jvm()
Gets the jvm. JVM properties of prestissimo that should be removed.- Returns:
- the jvm
-
logConfig
public RemovePrestissimoEnginePropertiesLogConfig logConfig()
Gets the logConfig. LogConfig properties of prestissimo that should be removed.- Returns:
- the logConfig
-
optimizerProperties
public java.util.List<java.lang.String> optimizerProperties()
Gets the optimizerProperties. Optimizer properties of prestissimo that should be removed.- Returns:
- the optimizerProperties
-
velox
public java.util.List<java.lang.String> velox()
Gets the velox. Velox properties of prestissimo that should be removed.- Returns:
- the velox
-
-