Class RemoveEngineProperties
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RemoveEngineProperties
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RemoveEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelRemoveEngine properties. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoveEngineProperties.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesCatalogcatalog()Gets the catalog.RemoveEnginePropertiesConfigurationconfiguration()Gets the configuration.RemoveEnginePropertiesPrestissimoOaiGenJvmjvm()Gets the jvm.RemoveEngineProperties.BuildernewBuilder()New builder.java.util.List<java.lang.String>velox()Gets the velox. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public RemoveEngineProperties.Builder newBuilder()
New builder.- Returns:
 - a RemoveEngineProperties builder
 
 
- 
catalog
public PrestissimoEnginePropertiesCatalog catalog()
Gets the catalog. Catalog settings.- Returns:
 - the catalog
 
 
- 
configuration
public RemoveEnginePropertiesConfiguration configuration()
Gets the configuration. remove engine properties configuration.- Returns:
 - the configuration
 
 
- 
jvm
public RemoveEnginePropertiesPrestissimoOaiGenJvm jvm()
Gets the jvm. JVM properties.- Returns:
 - the jvm
 
 
- 
velox
public java.util.List<java.lang.String> velox()
Gets the velox. velox description.- Returns:
 - the velox
 
 
 - 
 
 -