ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.Builder.bucket(String bucket) | 
 The object storage bucket that contains the dataset data source. 
 | 
static ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.builder() | 
 Create a new builder. 
 | 
ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.Builder.copy(ObjectStorageDatasetSourceDetails model) | 
  | 
ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.Builder.namespace(String namespace) | 
 The namespace of the bucket that contains the dataset data source. 
 | 
ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.Builder.prefix(String prefix) | 
 A common path prefix shared by the objects that make up the dataset. 
 | 
ObjectStorageDatasetSourceDetails.Builder | 
ObjectStorageDatasetSourceDetails.toBuilder() | 
  |