Class Bucket
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.Bucket
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class Bucket extends com.ibm.cloud.sdk.core.service.model.GenericModelBucket.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceBucket.BucketTypeBucket Type.static interfaceBucket.ManagedByManaged by.static interfaceBucket.StateMark bucket active or inactive.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.util.List<java.lang.String>getAssociatedCatalogs()Gets the associatedCatalogs.java.lang.StringgetBucketDisplayName()Gets the bucketDisplayName.java.lang.StringgetBucketId()Gets the bucketId.java.lang.StringgetBucketName()Gets the bucketName.java.lang.StringgetBucketType()Gets the bucketType.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetEndpoint()Gets the endpoint.java.lang.StringgetManagedBy()Gets the managedBy.java.lang.StringgetState()Gets the state.java.util.List<java.lang.String>getTags()Gets the tags.
 
- 
- 
- 
Method Detail- 
getCreatedBypublic java.lang.String getCreatedBy() Gets the createdBy. Username who created the bucket.- Returns:
- the createdBy
 
 - 
getCreatedOnpublic java.lang.String getCreatedOn() Gets the createdOn. Creation date.- Returns:
- the createdOn
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the description. Bucket Description.- Returns:
- the description
 
 - 
getEndpointpublic java.lang.String getEndpoint() Gets the endpoint. Bucket endpoint.- Returns:
- the endpoint
 
 - 
getManagedBypublic java.lang.String getManagedBy() Gets the managedBy. Managed by.- Returns:
- the managedBy
 
 - 
getStatepublic java.lang.String getState() Gets the state. Mark bucket active or inactive.- Returns:
- the state
 
 - 
getTagspublic java.util.List<java.lang.String> getTags() Gets the tags. Tags.- Returns:
- the tags
 
 - 
getAssociatedCatalogspublic java.util.List<java.lang.String> getAssociatedCatalogs() Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
 
 - 
getBucketDisplayNamepublic java.lang.String getBucketDisplayName() Gets the bucketDisplayName. Bucket Display Name.- Returns:
- the bucketDisplayName
 
 - 
getBucketIdpublic java.lang.String getBucketId() Gets the bucketId. Bucket ID auto generated during bucket registration.- Returns:
- the bucketId
 
 - 
getBucketNamepublic java.lang.String getBucketName() Gets the bucketName. Actual bucket name.- Returns:
- the bucketName
 
 - 
getBucketTypepublic java.lang.String getBucketType() Gets the bucketType. Bucket Type.- Returns:
- the bucketType
 
 - 
getActionspublic java.util.List<java.lang.String> getActions() Gets the actions. Actions.- Returns:
- the actions
 
 
- 
 
-