Class PrestoEnginePatchRemoveEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEnginePatchRemoveEngineProperties.Builder
-
- Enclosing class:
- PrestoEnginePatchRemoveEngineProperties
public static class PrestoEnginePatchRemoveEngineProperties.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEnginePatchRemoveEngineProperties.Builder
addEventListener(java.lang.String eventListener)
Adds a new element to eventListener.PrestoEnginePatchRemoveEngineProperties
build()
Builds a PrestoEnginePatchRemoveEngineProperties.PrestoEnginePatchRemoveEngineProperties.Builder
catalog(PrestoEnginePropertiesCatalog catalog)
Set the catalog.PrestoEnginePatchRemoveEngineProperties.Builder
configuration(RemoveEnginePropertiesOaiGenConfiguration configuration)
Set the configuration.PrestoEnginePatchRemoveEngineProperties.Builder
eventListener(java.util.List<java.lang.String> eventListener)
Set the eventListener.PrestoEnginePatchRemoveEngineProperties.Builder
jvm(RemoveEnginePropertiesOaiGenJvm jvm)
Set the jvm.
-
-
-
Method Detail
-
build
public PrestoEnginePatchRemoveEngineProperties build()
Builds a PrestoEnginePatchRemoveEngineProperties.- Returns:
- the new PrestoEnginePatchRemoveEngineProperties instance
-
addEventListener
public PrestoEnginePatchRemoveEngineProperties.Builder addEventListener(java.lang.String eventListener)
Adds a new element to eventListener.- Parameters:
eventListener
- the new element to be added- Returns:
- the PrestoEnginePatchRemoveEngineProperties builder
-
catalog
public PrestoEnginePatchRemoveEngineProperties.Builder catalog(PrestoEnginePropertiesCatalog catalog)
Set the catalog.- Parameters:
catalog
- the catalog- Returns:
- the PrestoEnginePatchRemoveEngineProperties builder
-
configuration
public PrestoEnginePatchRemoveEngineProperties.Builder configuration(RemoveEnginePropertiesOaiGenConfiguration configuration)
Set the configuration.- Parameters:
configuration
- the configuration- Returns:
- the PrestoEnginePatchRemoveEngineProperties builder
-
jvm
public PrestoEnginePatchRemoveEngineProperties.Builder jvm(RemoveEnginePropertiesOaiGenJvm jvm)
Set the jvm.- Parameters:
jvm
- the jvm- Returns:
- the PrestoEnginePatchRemoveEngineProperties builder
-
eventListener
public PrestoEnginePatchRemoveEngineProperties.Builder eventListener(java.util.List<java.lang.String> eventListener)
Set the eventListener. Existing eventListener will be replaced.- Parameters:
eventListener
- the eventListener- Returns:
- the PrestoEnginePatchRemoveEngineProperties builder
-
-