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