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.GenericModelThe createOtherEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateOtherEngineOptions.BuilderBuilder.static interfaceCreateOtherEngineOptions.OriginOrigin - created or registered.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.Stringdescription()Gets the description.OtherEngineDetailsBodyengineDetails()Gets the engineDetails.java.lang.StringengineDisplayName()Gets the engineDisplayName.CreateOtherEngineOptions.BuildernewBuilder()New builder.java.lang.Stringorigin()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
-
-