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