Class DatabaseCatalog
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseCatalog
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseCatalog extends com.ibm.cloud.sdk.core.service.model.GenericModel
database catalog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabaseCatalog.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
catalogName()
Gets the catalogName.java.util.List<java.lang.String>
catalogTags()
Gets the catalogTags.java.lang.String
catalogType()
Gets the catalogType.DatabaseCatalog.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public DatabaseCatalog.Builder newBuilder()
New builder.- Returns:
- a DatabaseCatalog builder
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. catalog name.- Returns:
- the catalogName
-
catalogTags
public java.util.List<java.lang.String> catalogTags()
Gets the catalogTags. catalog tags.- Returns:
- the catalogTags
-
catalogType
public java.lang.String catalogType()
Gets the catalogType. catalog type.- Returns:
- the catalogType
-
-