Class GetSparkEngineCatalogOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.GetSparkEngineCatalogOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetSparkEngineCatalogOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getSparkEngineCatalog options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSparkEngineCatalogOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringcatalogId()Gets the catalogId.java.lang.StringengineId()Gets the engineId.GetSparkEngineCatalogOptions.BuildernewBuilder()New builder. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public GetSparkEngineCatalogOptions.Builder newBuilder()
New builder.- Returns:
 - a GetSparkEngineCatalogOptions builder
 
 
- 
engineId
public java.lang.String engineId()
Gets the engineId. engine id.- Returns:
 - the engineId
 
 
- 
catalogId
public java.lang.String catalogId()
Gets the catalogId. catalog id.- Returns:
 - the catalogId
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
 - the authInstanceId
 
 
 - 
 
 -