Class BucketRegistration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.BucketRegistration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BucketRegistration extends com.ibm.cloud.sdk.core.service.model.GenericModel
Bucket.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BucketRegistration.BucketType
bucket type.static interface
BucketRegistration.ManagedBy
managed by.static interface
BucketRegistration.State
mark 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.BucketCatalog
getAssociatedCatalog()
Gets the associatedCatalog.BucketDetails
getBucketDetails()
Gets the bucketDetails.java.lang.String
getBucketDisplayName()
Gets the bucketDisplayName.java.lang.String
getBucketId()
Gets the bucketId.java.lang.String
getBucketType()
Gets the bucketType.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.String
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.java.lang.String
getManagedBy()
Gets the managedBy.java.lang.String
getRegion()
Gets the region.java.lang.String
getState()
Gets the state.StorageDetails
getStorageDetails()
Gets the storageDetails.java.util.List<java.lang.String>
getTags()
Gets the tags.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getAssociatedCatalog
public BucketCatalog getAssociatedCatalog()
Gets the associatedCatalog. bucket catalog.- Returns:
- the associatedCatalog
-
getBucketDetails
public BucketDetails getBucketDetails()
Gets the bucketDetails. bucket details.- Returns:
- the bucketDetails
-
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
-
getBucketType
public java.lang.String getBucketType()
Gets the bucketType. bucket type.- Returns:
- the bucketType
-
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
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
getRegion
public java.lang.String getRegion()
Gets the region. Region where the bucket is located.- Returns:
- the region
-
getState
public java.lang.String getState()
Gets the state. mark bucket active or inactive.- Returns:
- the state
-
getStorageDetails
public StorageDetails getStorageDetails()
Gets the storageDetails. storage details.- Returns:
- the storageDetails
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. tags.- Returns:
- the tags
-
-