Class PrestoEnginePatchRemoveEngineProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEnginePatchRemoveEngineProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestoEnginePatchRemoveEngineProperties extends com.ibm.cloud.sdk.core.service.model.GenericModelRemoveEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestoEnginePatchRemoveEngineProperties.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEnginePropertiesCatalogcatalog()Gets the catalog.RemoveEnginePropertiesOaiGenConfigurationconfiguration()Gets the configuration.java.util.List<java.lang.String>eventListener()Gets the eventListener.RemoveEnginePropertiesOaiGenJvmjvm()Gets the jvm.PrestoEnginePatchRemoveEngineProperties.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public PrestoEnginePatchRemoveEngineProperties.Builder newBuilder()
New builder.- Returns:
- a PrestoEnginePatchRemoveEngineProperties builder
-
catalog
public PrestoEnginePropertiesCatalog catalog()
Gets the catalog. Catalog settings.- Returns:
- the catalog
-
configuration
public RemoveEnginePropertiesOaiGenConfiguration configuration()
Gets the configuration. Configuration settings for removing engine properties.- Returns:
- the configuration
-
jvm
public RemoveEnginePropertiesOaiGenJvm jvm()
Gets the jvm. JVM properties.- Returns:
- the jvm
-
eventListener
public java.util.List<java.lang.String> eventListener()
Gets the eventListener. Event Listener properties.- Returns:
- the eventListener
-
-