Class RemoveEngineProperties.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RemoveEngineProperties.Builder
-
- Enclosing class:
- RemoveEngineProperties
public static class RemoveEngineProperties.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 RemoveEngineProperties.Builder
addVelox(java.lang.String velox)
Adds a new element to velox.RemoveEngineProperties
build()
Builds a RemoveEngineProperties.RemoveEngineProperties.Builder
catalog(PrestissimoEnginePropertiesCatalog catalog)
Set the catalog.RemoveEngineProperties.Builder
configuration(RemoveEnginePropertiesConfiguration configuration)
Set the configuration.RemoveEngineProperties.Builder
jvm(RemoveEnginePropertiesPrestissimoOaiGenJvm jvm)
Set the jvm.RemoveEngineProperties.Builder
velox(java.util.List<java.lang.String> velox)
Set the velox.
-
-
-
Method Detail
-
build
public RemoveEngineProperties build()
Builds a RemoveEngineProperties.- Returns:
- the new RemoveEngineProperties instance
-
addVelox
public RemoveEngineProperties.Builder addVelox(java.lang.String velox)
Adds a new element to velox.- Parameters:
velox
- the new element to be added- Returns:
- the RemoveEngineProperties builder
-
catalog
public RemoveEngineProperties.Builder catalog(PrestissimoEnginePropertiesCatalog catalog)
Set the catalog.- Parameters:
catalog
- the catalog- Returns:
- the RemoveEngineProperties builder
-
configuration
public RemoveEngineProperties.Builder configuration(RemoveEnginePropertiesConfiguration configuration)
Set the configuration.- Parameters:
configuration
- the configuration- Returns:
- the RemoveEngineProperties builder
-
jvm
public RemoveEngineProperties.Builder jvm(RemoveEnginePropertiesPrestissimoOaiGenJvm jvm)
Set the jvm.- Parameters:
jvm
- the jvm- Returns:
- the RemoveEngineProperties builder
-
velox
public RemoveEngineProperties.Builder velox(java.util.List<java.lang.String> velox)
Set the velox. Existing velox will be replaced.- Parameters:
velox
- the velox- Returns:
- the RemoveEngineProperties builder
-
-