Class CreateOtherEngineOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateOtherEngineOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateOtherEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createOtherEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateOtherEngineOptions.Builder
Builder.static interface
CreateOtherEngineOptions.Origin
Origin - created or registered.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
description()
Gets the description.OtherEngineDetailsBody
engineDetails()
Gets the engineDetails.java.lang.String
engineDisplayName()
Gets the engineDisplayName.CreateOtherEngineOptions.Builder
newBuilder()
New builder.java.lang.String
origin()
Gets the origin.java.util.List<java.lang.String>
tags()
Gets the tags.
-
-
-
Method Detail
-
newBuilder
public CreateOtherEngineOptions.Builder newBuilder()
New builder.- Returns:
- a CreateOtherEngineOptions builder
-
engineDetails
public OtherEngineDetailsBody engineDetails()
Gets the engineDetails. External engine details.- Returns:
- the engineDetails
-
engineDisplayName
public java.lang.String engineDisplayName()
Gets the engineDisplayName. engine display name.- Returns:
- the engineDisplayName
-
description
public java.lang.String description()
Gets the description. engine description.- Returns:
- the description
-
origin
public java.lang.String origin()
Gets the origin. Origin - created or registered.- Returns:
- the origin
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. other engine tags.- Returns:
- the tags
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-