Class EngineDetailsBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EngineDetailsBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineDetailsBody extends com.ibm.cloud.sdk.core.service.model.GenericModelNode details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEngineDetailsBody.BuilderBuilder.static interfaceEngineDetailsBody.SizeConfigSize config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringapiKey()Gets the apiKey.java.lang.StringconnectionString()Gets the connectionString.NodeDescriptionBodycoordinator()Gets the coordinator.java.lang.StringinstanceId()Gets the instanceId.java.lang.StringmanagedBy()Gets the managedBy.EngineDetailsBody.BuildernewBuilder()New builder.java.lang.StringsizeConfig()Gets the sizeConfig.NodeDescriptionBodyworker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public EngineDetailsBody.Builder newBuilder()
New builder.- Returns:
- a EngineDetailsBody builder
-
apiKey
public java.lang.String apiKey()
Gets the apiKey. api key to work with the saas IAE instance.- Returns:
- the apiKey
-
connectionString
public java.lang.String connectionString()
Gets the connectionString. External engine connection string.- Returns:
- the connectionString
-
coordinator
public NodeDescriptionBody coordinator()
Gets the coordinator. Coordinator/ worker properties.- Returns:
- the coordinator
-
instanceId
public java.lang.String instanceId()
Gets the instanceId. Instance to access the instance.- Returns:
- the instanceId
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. How is the spark instance managed.- Returns:
- the managedBy
-
sizeConfig
public java.lang.String sizeConfig()
Gets the sizeConfig. Size config.- Returns:
- the sizeConfig
-
worker
public NodeDescriptionBody worker()
Gets the worker. Coordinator/ worker properties.- Returns:
- the worker
-
-