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