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