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