Class ObjectStorageImportMetadataPath.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservice.model.ObjectStorageImportMetadataPath.Builder
-
- Enclosing class:
- ObjectStorageImportMetadataPath
public static class ObjectStorageImportMetadataPath.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageImportMetadataPath.Builder
bucket(String bucket)
Bucket nameObjectStorageImportMetadataPath
build()
ObjectStorageImportMetadataPath.Builder
copy(ObjectStorageImportMetadataPath model)
ObjectStorageImportMetadataPath.Builder
namespace(String namespace)
Bucket namespace nameObjectStorageImportMetadataPath.Builder
path(String path)
Path for the metadata file.
-
-
-
Method Detail
-
namespace
public ObjectStorageImportMetadataPath.Builder namespace(String namespace)
Bucket namespace name- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucket
public ObjectStorageImportMetadataPath.Builder bucket(String bucket)
Bucket name- Parameters:
bucket
- the value to set- Returns:
- this builder
-
path
public ObjectStorageImportMetadataPath.Builder path(String path)
Path for the metadata file.- Parameters:
path
- the value to set- Returns:
- this builder
-
build
public ObjectStorageImportMetadataPath build()
-
copy
public ObjectStorageImportMetadataPath.Builder copy(ObjectStorageImportMetadataPath model)
-
-