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.GenericModelBucket.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBucketRegistration.BucketTypebucket type.static interfaceBucketRegistration.ManagedBymanaged by.static interfaceBucketRegistration.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.BucketCataloggetAssociatedCatalog()Gets the associatedCatalog.BucketDetailsgetBucketDetails()Gets the bucketDetails.java.lang.StringgetBucketDisplayName()Gets the bucketDisplayName.java.lang.StringgetBucketId()Gets the bucketId.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.StringgetManagedBy()Gets the managedBy.java.lang.StringgetRegion()Gets the region.java.lang.StringgetState()Gets the state.StorageDetailsgetStorageDetails()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
-
-