Class UpdateEngineOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateEngineOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEngineOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccept()Gets the accept.java.lang.StringauthInstanceId()Gets the authInstanceId.NodeDescriptioncoordinator()Gets the coordinator.java.lang.Stringdescription()Gets the description.java.lang.StringengineDisplayName()Gets the engineDisplayName.java.lang.StringengineId()Gets the engineId.UpdateEngineOptions.BuildernewBuilder()New builder.java.util.List<java.lang.String>tags()Gets the tags.NodeDescriptionworker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public UpdateEngineOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateEngineOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine ID.- Returns:
- the engineId
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: or *_/_*.- Returns:
- the accept
-
coordinator
public NodeDescription coordinator()
Gets the coordinator. NodeDescription.- Returns:
- the coordinator
-
description
public java.lang.String description()
Gets the description. Modified description.- Returns:
- the description
-
engineDisplayName
public java.lang.String engineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
- the tags
-
worker
public NodeDescription worker()
Gets the worker. NodeDescription.- Returns:
- the worker
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-