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