Class ObjectStorageImportMetadataPath.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservice.model.ObjectStorageImportMetadataPath.Builder
 
- 
- Enclosing class:
- ObjectStorageImportMetadataPath
 
 public static class ObjectStorageImportMetadataPath.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageImportMetadataPath.Builderbucket(String bucket)Bucket nameObjectStorageImportMetadataPathbuild()ObjectStorageImportMetadataPath.Buildercopy(ObjectStorageImportMetadataPath model)ObjectStorageImportMetadataPath.Buildernamespace(String namespace)Bucket namespace nameObjectStorageImportMetadataPath.Builderpath(String path)Path for the metadata file.
 
- 
- 
- 
Method Detail- 
namespacepublic ObjectStorageImportMetadataPath.Builder namespace(String namespace) Bucket namespace name- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketpublic ObjectStorageImportMetadataPath.Builder bucket(String bucket) Bucket name- Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
pathpublic ObjectStorageImportMetadataPath.Builder path(String path) Path for the metadata file.- Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
buildpublic ObjectStorageImportMetadataPath build() 
 - 
copypublic ObjectStorageImportMetadataPath.Builder copy(ObjectStorageImportMetadataPath model) 
 
- 
 
-