Class ScalePrestoEngineOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ScalePrestoEngineOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ScalePrestoEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The scalePrestoEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScalePrestoEngineOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.NodeDescription
coordinator()
Gets the coordinator.java.lang.String
engineId()
Gets the engineId.ScalePrestoEngineOptions.Builder
newBuilder()
New builder.NodeDescription
worker()
Gets the worker.
-
-
-
Method Detail
-
newBuilder
public ScalePrestoEngineOptions.Builder newBuilder()
New builder.- Returns:
- a ScalePrestoEngineOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. engine id.- Returns:
- the engineId
-
coordinator
public NodeDescription coordinator()
Gets the coordinator. NodeDescription.- Returns:
- the coordinator
-
worker
public NodeDescription worker()
Gets the worker. NodeDescription.- Returns:
- the worker
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-