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