Class PrestissimoWorkerNodeDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoWorkerNodeDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoWorkerNodeDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelPresto engine configurations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoWorkerNodeDetails.BuilderBuilder.static interfacePrestissimoWorkerNodeDetails.NodeTypePresto engine worker node type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoWorkerNodeDetails.BuildernewBuilder()New builder.java.lang.StringnodeType()Gets the nodeType.java.lang.Longquantity()Gets the quantity.
-
-
-
Method Detail
-
newBuilder
public PrestissimoWorkerNodeDetails.Builder newBuilder()
New builder.- Returns:
- a PrestissimoWorkerNodeDetails builder
-
nodeType
public java.lang.String nodeType()
Gets the nodeType. Presto engine worker node type.- Returns:
- the nodeType
-
quantity
public java.lang.Long quantity()
Gets the quantity. Quantity of prestissimo engine nodes.- Returns:
- the quantity
-
-