Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v1.model.BucketDetails
-
Packages that use BucketDetails Package Description com.ibm.cloud.watsonxdata.watsonx_data.v1.model -
-
Uses of BucketDetails in com.ibm.cloud.watsonxdata.watsonx_data.v1.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model that return BucketDetails Modifier and Type Method Description BucketDetails
RegisterBucketOptions. bucketDetails()
Gets the bucketDetails.BucketDetails
BucketDetails.Builder. build()
Builds a BucketDetails.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v1.model with parameters of type BucketDetails Modifier and Type Method Description RegisterBucketOptions.Builder
RegisterBucketOptions.Builder. bucketDetails(BucketDetails bucketDetails)
Set the bucketDetails.Constructors in com.ibm.cloud.watsonxdata.watsonx_data.v1.model with parameters of type BucketDetails Constructor Description Builder(BucketDetails bucketDetails, java.lang.String description, java.lang.String tableType, java.lang.String bucketType, java.lang.String catalogName, java.lang.String managedBy)
Instantiates a new builder with required properties.
-