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 Summary
Nested Classes Modifier and Type Class Description static interfaceBucket.BucketTypeBucket Type.static interfaceBucket.ManagedByManaged by.static interfaceBucket.StateMark bucket active or inactive.
-
Method Summary
All 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
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Username who created the bucket.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets the createdOn. Creation date.- Returns:
- the createdOn
-
getDescription
public java.lang.String getDescription()
Gets the description. Bucket Description.- Returns:
- the description
-
getEndpoint
public java.lang.String getEndpoint()
Gets the endpoint. Bucket endpoint.- Returns:
- the endpoint
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. Managed by.- Returns:
- the managedBy
-
getState
public java.lang.String getState()
Gets the state. Mark bucket active or inactive.- Returns:
- the state
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
- the tags
-
getAssociatedCatalogs
public java.util.List<java.lang.String> getAssociatedCatalogs()
Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
-
getBucketDisplayName
public java.lang.String getBucketDisplayName()
Gets the bucketDisplayName. Bucket Display Name.- Returns:
- the bucketDisplayName
-
getBucketId
public java.lang.String getBucketId()
Gets the bucketId. Bucket ID auto generated during bucket registration.- Returns:
- the bucketId
-
getBucketName
public java.lang.String getBucketName()
Gets the bucketName. Actual bucket name.- Returns:
- the bucketName
-
getBucketType
public java.lang.String getBucketType()
Gets the bucketType. Bucket Type.- Returns:
- the bucketType
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
-