Class CreatePrestissimoEngineCatalogsOptions.Builder
- java.lang.Object
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreatePrestissimoEngineCatalogsOptions.Builder
 
 
- 
- Enclosing class:
 - CreatePrestissimoEngineCatalogsOptions
 
public static class CreatePrestissimoEngineCatalogsOptions.Builder extends java.lang.ObjectBuilder. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatePrestissimoEngineCatalogsOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.CreatePrestissimoEngineCatalogsOptionsbuild()Builds a CreatePrestissimoEngineCatalogsOptions.CreatePrestissimoEngineCatalogsOptions.BuildercatalogNames(java.lang.String catalogNames)Set the catalogNames.CreatePrestissimoEngineCatalogsOptions.BuilderengineId(java.lang.String engineId)Set the engineId. 
 - 
 
- 
- 
Method Detail
- 
build
public CreatePrestissimoEngineCatalogsOptions build()
Builds a CreatePrestissimoEngineCatalogsOptions.- Returns:
 - the new CreatePrestissimoEngineCatalogsOptions instance
 
 
- 
engineId
public CreatePrestissimoEngineCatalogsOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
 engineId- the engineId- Returns:
 - the CreatePrestissimoEngineCatalogsOptions builder
 
 
- 
catalogNames
public CreatePrestissimoEngineCatalogsOptions.Builder catalogNames(java.lang.String catalogNames)
Set the catalogNames.- Parameters:
 catalogNames- the catalogNames- Returns:
 - the CreatePrestissimoEngineCatalogsOptions builder
 
 
- 
authInstanceId
public CreatePrestissimoEngineCatalogsOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
 authInstanceId- the authInstanceId- Returns:
 - the CreatePrestissimoEngineCatalogsOptions builder
 
 
 - 
 
 -