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