Class PrestoEngineEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEngineEngineProperties.Builder
-
- Enclosing class:
- PrestoEngineEngineProperties
public static class PrestoEngineEngineProperties.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestoEngineEnginePropertiesbuild()Builds a PrestoEngineEngineProperties.PrestoEngineEngineProperties.Buildercatalog(PrestoEnginePropertiesCatalog catalog)Set the catalog.PrestoEngineEngineProperties.Builderconfiguration(EnginePropertiesOaiGen1Configuration configuration)Set the configuration.PrestoEngineEngineProperties.BuildereventListener(PrestoEnginePropertiesEventListener eventListener)Set the eventListener.PrestoEngineEngineProperties.Builderglobal(PrestoEnginePropertiesGlobal global)Set the global.PrestoEngineEngineProperties.Builderjvm(EnginePropertiesOaiGen1Jvm jvm)Set the jvm.PrestoEngineEngineProperties.BuilderlogConfig(EnginePropertiesLogConfiguration logConfig)Set the logConfig.
-
-
-
Method Detail
-
build
public PrestoEngineEngineProperties build()
Builds a PrestoEngineEngineProperties.- Returns:
- the new PrestoEngineEngineProperties instance
-
catalog
public PrestoEngineEngineProperties.Builder catalog(PrestoEnginePropertiesCatalog catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the PrestoEngineEngineProperties builder
-
configuration
public PrestoEngineEngineProperties.Builder configuration(EnginePropertiesOaiGen1Configuration configuration)
Set the configuration.- Parameters:
configuration- the configuration- Returns:
- the PrestoEngineEngineProperties builder
-
eventListener
public PrestoEngineEngineProperties.Builder eventListener(PrestoEnginePropertiesEventListener eventListener)
Set the eventListener.- Parameters:
eventListener- the eventListener- Returns:
- the PrestoEngineEngineProperties builder
-
global
public PrestoEngineEngineProperties.Builder global(PrestoEnginePropertiesGlobal global)
Set the global.- Parameters:
global- the global- Returns:
- the PrestoEngineEngineProperties builder
-
jvm
public PrestoEngineEngineProperties.Builder jvm(EnginePropertiesOaiGen1Jvm jvm)
Set the jvm.- Parameters:
jvm- the jvm- Returns:
- the PrestoEngineEngineProperties builder
-
logConfig
public PrestoEngineEngineProperties.Builder logConfig(EnginePropertiesLogConfiguration logConfig)
Set the logConfig.- Parameters:
logConfig- the logConfig- Returns:
- the PrestoEngineEngineProperties builder
-
-