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.GenericModel
The registerBucket options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RegisterBucketOptions.BucketType
Bucket Type.static class
RegisterBucketOptions.Builder
Builder.static interface
RegisterBucketOptions.ManagedBy
Managed by.static interface
RegisterBucketOptions.TableType
Table type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.BucketDetails
bucketDetails()
Gets the bucketDetails.java.lang.String
bucketDisplayName()
Gets the bucketDisplayName.java.util.List<java.lang.String>
bucketTags()
Gets the bucketTags.java.lang.String
bucketType()
Gets the bucketType.java.lang.String
catalogName()
Gets the catalogName.java.util.List<java.lang.String>
catalogTags()
Gets the catalogTags.java.lang.String
description()
Gets the description.java.lang.String
managedBy()
Gets the managedBy.RegisterBucketOptions.Builder
newBuilder()
New builder.java.lang.String
tableType()
Gets the tableType.java.lang.String
thriftUri()
Gets the thriftUri.
-
-
-
Method Detail
-
newBuilder
public RegisterBucketOptions.Builder newBuilder()
New builder.- Returns:
- a RegisterBucketOptions builder
-
bucketDetails
public BucketDetails bucketDetails()
Gets the bucketDetails. Bucket Details.- Returns:
- the bucketDetails
-
description
public java.lang.String description()
Gets the description. Bucket description.- Returns:
- the description
-
tableType
public java.lang.String tableType()
Gets the tableType. Table type.- Returns:
- the tableType
-
bucketType
public java.lang.String bucketType()
Gets the bucketType. Bucket Type.- Returns:
- the bucketType
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. Catalog name for the new catalog to be created with bucket.- Returns:
- the catalogName
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. Managed by.- Returns:
- the managedBy
-
bucketDisplayName
public java.lang.String bucketDisplayName()
Gets the bucketDisplayName. Bucket Display name.- Returns:
- the bucketDisplayName
-
bucketTags
public java.util.List<java.lang.String> bucketTags()
Gets the bucketTags. tags.- Returns:
- the bucketTags
-
catalogTags
public java.util.List<java.lang.String> catalogTags()
Gets the catalogTags. Catalog tags.- Returns:
- the catalogTags
-
thriftUri
public java.lang.String thriftUri()
Gets the thriftUri. Thrift URI.- Returns:
- the thriftUri
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-