Class ObjectStorageDatasetSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.ObjectStorageDatasetSourceDetails.Builder
-
- Enclosing class:
- ObjectStorageDatasetSourceDetails
public static class ObjectStorageDatasetSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
namespace
public ObjectStorageDatasetSourceDetails.Builder namespace(String namespace)
The namespace of the bucket that contains the dataset data source.- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucket
public ObjectStorageDatasetSourceDetails.Builder bucket(String bucket)
The object storage bucket that contains the dataset data source.- Parameters:
bucket
- the value to set- Returns:
- this builder
-
prefix
public 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.
- Parameters:
prefix
- the value to set- Returns:
- this builder
-
build
public ObjectStorageDatasetSourceDetails build()
-
copy
public ObjectStorageDatasetSourceDetails.Builder copy(ObjectStorageDatasetSourceDetails model)
-
-