public static class ObjectStorageDatasetSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageDatasetSourceDetails.Builder |
bucket(String bucket)
The object storage bucket that contains the dataset data source.
|
ObjectStorageDatasetSourceDetails |
build() |
ObjectStorageDatasetSourceDetails.Builder |
copy(ObjectStorageDatasetSourceDetails model) |
ObjectStorageDatasetSourceDetails.Builder |
namespace(String namespace)
The namespace of the bucket that contains the dataset data source.
|
ObjectStorageDatasetSourceDetails.Builder |
prefix(String prefix)
A common path prefix shared by the objects that make up the dataset.
|
public ObjectStorageDatasetSourceDetails.Builder namespace(String namespace)
The namespace of the bucket that contains the dataset data source.
namespace
- the value to setpublic ObjectStorageDatasetSourceDetails.Builder bucket(String bucket)
The object storage bucket that contains the dataset data source.
bucket
- the value to setpublic ObjectStorageDatasetSourceDetails.Builder prefix(String prefix)
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
prefix
- the value to setpublic ObjectStorageDatasetSourceDetails build()
public ObjectStorageDatasetSourceDetails.Builder copy(ObjectStorageDatasetSourceDetails model)
Copyright © 2016–2024. All rights reserved.