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.GenericModel
RemoveEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoveEngineProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesCatalog
catalog()
Gets the catalog.RemoveEnginePropertiesConfiguration
configuration()
Gets the configuration.RemoveEnginePropertiesPrestissimoOaiGenJvm
jvm()
Gets the jvm.RemoveEngineProperties.Builder
newBuilder()
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
-
-