Class ObjectStorageSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservice.model.ObjectStorageSourceDetails.Builder
 
- 
- Enclosing class:
- ObjectStorageSourceDetails
 
 public static class ObjectStorageSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageSourceDetails.Builderbucket(String bucket)The object storage bucket that contains the dataset data source.ObjectStorageSourceDetailsbuild()ObjectStorageSourceDetails.Buildercopy(ObjectStorageSourceDetails model)ObjectStorageSourceDetails.Buildernamespace(String namespace)The namespace of the bucket that contains the dataset data source.ObjectStorageSourceDetails.Builderprefix(String prefix)A common path prefix shared by the objects that make up the dataset.
 
- 
- 
- 
Method Detail- 
namespacepublic 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
 
 - 
bucketpublic ObjectStorageSourceDetails.Builder bucket(String bucket) The object storage bucket that contains the dataset data source.- Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
prefixpublic 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
 
 - 
buildpublic ObjectStorageSourceDetails build() 
 - 
copypublic ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model) 
 
- 
 
-