Class CreatePrestissimoEngineOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreatePrestissimoEngineOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreatePrestissimoEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createPrestissimoEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePrestissimoEngineOptions.Builder
Builder.static interface
CreatePrestissimoEngineOptions.Origin
Origin - created or registered.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
associatedCatalogs()
Gets the associatedCatalogs.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
description()
Gets the description.PrestissimoEngineDetails
engineDetails()
Gets the engineDetails.java.lang.String
engineDisplayName()
Gets the engineDisplayName.CreatePrestissimoEngineOptions.Builder
newBuilder()
New builder.java.lang.String
origin()
Gets the origin.java.lang.String
region()
Gets the region.java.util.List<java.lang.String>
tags()
Gets the tags.java.lang.String
version()
Gets the version.
-
-
-
Method Detail
-
newBuilder
public CreatePrestissimoEngineOptions.Builder newBuilder()
New builder.- Returns:
- a CreatePrestissimoEngineOptions builder
-
origin
public java.lang.String origin()
Gets the origin. Origin - created or registered.- Returns:
- the origin
-
associatedCatalogs
public java.util.List<java.lang.String> associatedCatalogs()
Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
-
description
public java.lang.String description()
Gets the description. Engine description.- Returns:
- the description
-
engineDetails
public PrestissimoEngineDetails 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
-
region
public java.lang.String region()
Gets the region. Region (cloud).- Returns:
- the region
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
- the tags
-
version
public java.lang.String version()
Gets the version. Version like 0.278 for prestissimo or else.- Returns:
- the version
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-