Class PrestissimoEnginePropertiesVelox
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEnginePropertiesVelox
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEnginePropertiesVelox extends com.ibm.cloud.sdk.core.service.model.GenericModel
velox settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoEnginePropertiesVelox.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesVelox.Builder
newBuilder()
New builder.java.util.List<java.lang.String>
veloxProperty()
Gets the veloxProperty.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEnginePropertiesVelox.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEnginePropertiesVelox builder
-
veloxProperty
public java.util.List<java.lang.String> veloxProperty()
Gets the veloxProperty. velox property.- Returns:
- the veloxProperty
-
-