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