Class ObjectStorageSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.ObjectStorageSourceDetails.Builder
-
- Enclosing class:
- ObjectStorageSourceDetails
public static class ObjectStorageSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageSourceDetails.Builder
bucket(String bucket)
The object storage bucket that contains the dataset data source.ObjectStorageSourceDetails
build()
ObjectStorageSourceDetails.Builder
copy(ObjectStorageSourceDetails model)
ObjectStorageSourceDetails.Builder
namespace(String namespace)
The namespace of the bucket that contains the dataset data source.ObjectStorageSourceDetails.Builder
prefix(String prefix)
A common path prefix shared by the objects that make up the dataset.
-
-
-
Method Detail
-
namespace
public ObjectStorageSourceDetails.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 ObjectStorageSourceDetails.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 ObjectStorageSourceDetails.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 ObjectStorageSourceDetails build()
-
copy
public ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model)
-
-