Class BucketCatalog
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.BucketCatalog
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BucketCatalog extends com.ibm.cloud.sdk.core.service.model.GenericModelbucket catalog. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBucketCatalog.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogName()Gets the catalogName.java.util.List<java.lang.String>catalogTags()Gets the catalogTags.java.lang.StringcatalogType()Gets the catalogType.BucketCatalog.BuildernewBuilder()New builder. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public BucketCatalog.Builder newBuilder()
New builder.- Returns:
 - a BucketCatalog 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
 
 
 - 
 
 -