Package com.oracle.bmc.aivision.model
Class ObjectStorageDataset.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.ObjectStorageDataset.Builder
-
- Enclosing class:
- ObjectStorageDataset
public static class ObjectStorageDataset.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageDataset.Builder
bucketName(String bucketName)
The name of the Object Storage bucket that contains the input data file.ObjectStorageDataset
build()
ObjectStorageDataset.Builder
copy(ObjectStorageDataset model)
ObjectStorageDataset.Builder
namespaceName(String namespaceName)
The namespace name of the Object Storage bucket that contains the input data file.ObjectStorageDataset.Builder
objectName(String objectName)
The object name of the input data file.
-
-
-
Method Detail
-
namespaceName
public ObjectStorageDataset.Builder namespaceName(String namespaceName)
The namespace name of the Object Storage bucket that contains the input data file.- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public ObjectStorageDataset.Builder bucketName(String bucketName)
The name of the Object Storage bucket that contains the input data file.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
objectName
public ObjectStorageDataset.Builder objectName(String objectName)
The object name of the input data file.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
build
public ObjectStorageDataset build()
-
copy
public ObjectStorageDataset.Builder copy(ObjectStorageDataset model)
-
-