Class RemovePrestissimoEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemovePrestissimoEngineProperties.Builder
-
- Enclosing class:
- RemovePrestissimoEngineProperties
public static class RemovePrestissimoEngineProperties.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
-
-
-
Method Detail
-
build
public RemovePrestissimoEngineProperties build()
Builds a RemovePrestissimoEngineProperties.- Returns:
- the new RemovePrestissimoEngineProperties instance
-
addGlobal
public RemovePrestissimoEngineProperties.Builder addGlobal(java.lang.String global)
Adds a new element to global.- Parameters:
global- the new element to be added- Returns:
- the RemovePrestissimoEngineProperties builder
-
addOptimizerProperties
public RemovePrestissimoEngineProperties.Builder addOptimizerProperties(java.lang.String optimizerProperties)
Adds a new element to optimizerProperties.- Parameters:
optimizerProperties- the new element to be added- Returns:
- the RemovePrestissimoEngineProperties builder
-
addVelox
public RemovePrestissimoEngineProperties.Builder addVelox(java.lang.String velox)
Adds a new element to velox.- Parameters:
velox- the new element to be added- Returns:
- the RemovePrestissimoEngineProperties builder
-
catalog
public RemovePrestissimoEngineProperties.Builder catalog(java.util.Map<java.lang.String,RemovePrestissimoEnginePropertiesCatalogAdditionalProperties> catalog)
Set the catalog.- Parameters:
catalog- the catalog- Returns:
- the RemovePrestissimoEngineProperties builder
-
configuration
public RemovePrestissimoEngineProperties.Builder configuration(RemovePrestissimoEnginePropertiesConfiguration configuration)
Set the configuration.- Parameters:
configuration- the configuration- Returns:
- the RemovePrestissimoEngineProperties builder
-
global
public RemovePrestissimoEngineProperties.Builder global(java.util.List<java.lang.String> global)
Set the global. Existing global will be replaced.- Parameters:
global- the global- Returns:
- the RemovePrestissimoEngineProperties builder
-
jvm
public RemovePrestissimoEngineProperties.Builder jvm(RemovePrestissimoEnginePropertiesJvm jvm)
Set the jvm.- Parameters:
jvm- the jvm- Returns:
- the RemovePrestissimoEngineProperties builder
-
logConfig
public RemovePrestissimoEngineProperties.Builder logConfig(RemovePrestissimoEnginePropertiesLogConfig logConfig)
Set the logConfig.- Parameters:
logConfig- the logConfig- Returns:
- the RemovePrestissimoEngineProperties builder
-
optimizerProperties
public RemovePrestissimoEngineProperties.Builder optimizerProperties(java.util.List<java.lang.String> optimizerProperties)
Set the optimizerProperties. Existing optimizerProperties will be replaced.- Parameters:
optimizerProperties- the optimizerProperties- Returns:
- the RemovePrestissimoEngineProperties builder
-
velox
public RemovePrestissimoEngineProperties.Builder velox(java.util.List<java.lang.String> velox)
Set the velox. Existing velox will be replaced.- Parameters:
velox- the velox- Returns:
- the RemovePrestissimoEngineProperties builder
-
-