Class PrestoEnginePropertiesCatalog
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEnginePropertiesCatalog
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestoEnginePropertiesCatalog extends com.ibm.cloud.sdk.core.service.model.GenericModel
Catalog settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestoEnginePropertiesCatalog.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
catalogName()
Gets the catalogName.PrestoEnginePropertiesCatalog.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public PrestoEnginePropertiesCatalog.Builder newBuilder()
New builder.- Returns:
- a PrestoEnginePropertiesCatalog builder
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. Name of the catalog.- Returns:
- the catalogName
-
-