Class RegisterBucketOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.RegisterBucketOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class RegisterBucketOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe registerBucket options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRegisterBucketOptions.BucketTypeBucket Type.static classRegisterBucketOptions.BuilderBuilder.static interfaceRegisterBucketOptions.ManagedByManaged by.static interfaceRegisterBucketOptions.TableTypeTable type.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.BucketDetailsbucketDetails()Gets the bucketDetails.java.lang.StringbucketDisplayName()Gets the bucketDisplayName.java.util.List<java.lang.String>bucketTags()Gets the bucketTags.java.lang.StringbucketType()Gets the bucketType.java.lang.StringcatalogName()Gets the catalogName.java.util.List<java.lang.String>catalogTags()Gets the catalogTags.java.lang.Stringdescription()Gets the description.java.lang.StringmanagedBy()Gets the managedBy.RegisterBucketOptions.BuildernewBuilder()New builder.java.lang.StringtableType()Gets the tableType.java.lang.StringthriftUri()Gets the thriftUri.
 
- 
- 
- 
Method Detail- 
newBuilderpublic RegisterBucketOptions.Builder newBuilder() New builder.- Returns:
- a RegisterBucketOptions builder
 
 - 
bucketDetailspublic BucketDetails bucketDetails() Gets the bucketDetails. Bucket Details.- Returns:
- the bucketDetails
 
 - 
descriptionpublic java.lang.String description() Gets the description. Bucket description.- Returns:
- the description
 
 - 
tableTypepublic java.lang.String tableType() Gets the tableType. Table type.- Returns:
- the tableType
 
 - 
bucketTypepublic java.lang.String bucketType() Gets the bucketType. Bucket Type.- Returns:
- the bucketType
 
 - 
catalogNamepublic java.lang.String catalogName() Gets the catalogName. Catalog name for the new catalog to be created with bucket.- Returns:
- the catalogName
 
 - 
managedBypublic java.lang.String managedBy() Gets the managedBy. Managed by.- Returns:
- the managedBy
 
 - 
bucketDisplayNamepublic java.lang.String bucketDisplayName() Gets the bucketDisplayName. Bucket Display name.- Returns:
- the bucketDisplayName
 
 - 
bucketTagspublic java.util.List<java.lang.String> bucketTags() Gets the bucketTags. tags.- Returns:
- the bucketTags
 
 - 
catalogTagspublic java.util.List<java.lang.String> catalogTags() Gets the catalogTags. Catalog tags.- Returns:
- the catalogTags
 
 - 
thriftUripublic java.lang.String thriftUri() Gets the thriftUri. Thrift URI.- Returns:
- the thriftUri
 
 - 
authInstanceIdpublic java.lang.String authInstanceId() Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
 
 
- 
 
-