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