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.GenericModel
The updateEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateEngineOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accept()
Gets the accept.java.lang.String
authInstanceId()
Gets the authInstanceId.NodeDescription
coordinator()
Gets the coordinator.java.lang.String
description()
Gets the description.java.lang.String
engineDisplayName()
Gets the engineDisplayName.java.lang.String
engineId()
Gets the engineId.UpdateEngineOptions.Builder
newBuilder()
New builder.java.util.List<java.lang.String>
tags()
Gets the tags.NodeDescription
worker()
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
-
-