Class ObjectStorageSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.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
build()
ObjectStorageSourceDetails.Builder
copy(ObjectStorageSourceDetails model)
ObjectStorageSourceDetails.Builder
length(BigDecimal length)
The length from the offset into the file containing the content.ObjectStorageSourceDetails.Builder
offset(BigDecimal offset)
The offset into the file containing the content.ObjectStorageSourceDetails.Builder
path(String path)
The full path of the file this record belongs to.ObjectStorageSourceDetails.Builder
relativePath(String relativePath)
The path relative to the prefix specified in the dataset source details (file name).
-
-
-
Method Detail
-
relativePath
public ObjectStorageSourceDetails.Builder relativePath(String relativePath)
The path relative to the prefix specified in the dataset source details (file name).- Parameters:
relativePath
- the value to set- Returns:
- this builder
-
path
public ObjectStorageSourceDetails.Builder path(String path)
The full path of the file this record belongs to.- Parameters:
path
- the value to set- Returns:
- this builder
-
offset
public ObjectStorageSourceDetails.Builder offset(BigDecimal offset)
The offset into the file containing the content.- Parameters:
offset
- the value to set- Returns:
- this builder
-
length
public ObjectStorageSourceDetails.Builder length(BigDecimal length)
The length from the offset into the file containing the content.- Parameters:
length
- the value to set- Returns:
- this builder
-
build
public ObjectStorageSourceDetails build()
-
copy
public ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model)
-
-