Class CreateBucketRegistrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateBucketRegistrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateBucketRegistrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createBucketRegistration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateBucketRegistrationOptions.BucketTypebucket type.static classCreateBucketRegistrationOptions.BuilderBuilder.static interfaceCreateBucketRegistrationOptions.ManagedBymanaged by.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketCatalogassociatedCatalog()Gets the associatedCatalog.java.lang.StringauthInstanceId()Gets the authInstanceId.BucketDetailsbucketDetails()Gets the bucketDetails.java.lang.StringbucketDisplayName()Gets the bucketDisplayName.java.lang.StringbucketType()Gets the bucketType.java.lang.Stringdescription()Gets the description.java.lang.StringmanagedBy()Gets the managedBy.CreateBucketRegistrationOptions.BuildernewBuilder()New builder.java.lang.Stringregion()Gets the region.StorageDetailsstorageDetails()Gets the storageDetails.java.util.List<java.lang.String>tags()Gets the tags.
-
-
-
Method Detail
-
newBuilder
public CreateBucketRegistrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateBucketRegistrationOptions builder
-
bucketType
public java.lang.String bucketType()
Gets the bucketType. bucket type.- Returns:
- the bucketType
-
description
public java.lang.String description()
Gets the description. bucket description.- Returns:
- the description
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. managed by.- Returns:
- the managedBy
-
associatedCatalog
public BucketCatalog associatedCatalog()
Gets the associatedCatalog. bucket catalog.- Returns:
- the associatedCatalog
-
bucketDetails
public BucketDetails bucketDetails()
Gets the bucketDetails. bucket details.- Returns:
- the bucketDetails
-
bucketDisplayName
public java.lang.String bucketDisplayName()
Gets the bucketDisplayName. bucket display name.- Returns:
- the bucketDisplayName
-
region
public java.lang.String region()
Gets the region. region where the bucket is located.- Returns:
- the region
-
storageDetails
public StorageDetails storageDetails()
Gets the storageDetails. storage details.- Returns:
- the storageDetails
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. tags.- Returns:
- the tags
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-