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.GenericModel
RemoveEngine properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestoEnginePatchRemoveEngineProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEnginePropertiesCatalog
catalog()
Gets the catalog.RemoveEnginePropertiesOaiGenConfiguration
configuration()
Gets the configuration.java.util.List<java.lang.String>
eventListener()
Gets the eventListener.RemoveEnginePropertiesOaiGenJvm
jvm()
Gets the jvm.PrestoEnginePatchRemoveEngineProperties.Builder
newBuilder()
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
-
-