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.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 PrestoEngineEngineProperties
build()
Builds a PrestoEngineEngineProperties.PrestoEngineEngineProperties.Builder
catalog(PrestoEnginePropertiesCatalog catalog)
Set the catalog.PrestoEngineEngineProperties.Builder
configuration(EnginePropertiesOaiGen1Configuration configuration)
Set the configuration.PrestoEngineEngineProperties.Builder
eventListener(PrestoEnginePropertiesEventListener eventListener)
Set the eventListener.PrestoEngineEngineProperties.Builder
global(PrestoEnginePropertiesGlobal global)
Set the global.PrestoEngineEngineProperties.Builder
jvm(EnginePropertiesOaiGen1Jvm jvm)
Set the jvm.PrestoEngineEngineProperties.Builder
logConfig(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
-
-