Class CreateNetezzaEngineOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateNetezzaEngineOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateNetezzaEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createNetezzaEngine options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateNetezzaEngineOptions.BuilderBuilder.static interfaceCreateNetezzaEngineOptions.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.NetezzaEngineDetailsBodyengineDetails()Gets the engineDetails.java.lang.StringengineDisplayName()Gets the engineDisplayName.CreateNetezzaEngineOptions.BuildernewBuilder()New builder.java.lang.Stringorigin()Gets the origin.java.util.List<java.lang.String>tags()Gets the tags. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public CreateNetezzaEngineOptions.Builder newBuilder()
New builder.- Returns:
 - a CreateNetezzaEngineOptions builder
 
 
- 
origin
public java.lang.String origin()
Gets the origin. Origin - created or registered.- Returns:
 - the origin
 
 
- 
description
public java.lang.String description()
Gets the description. Engine description.- Returns:
 - the description
 
 
- 
engineDetails
public NetezzaEngineDetailsBody 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
 
 
- 
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
 - the tags
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
 - the authInstanceId
 
 
 - 
 
 -