Class CreateObjectStorageSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.CreateObjectStorageSourceDetails.Builder
-
- Enclosing class:
- CreateObjectStorageSourceDetails
public static class CreateObjectStorageSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateObjectStorageSourceDetails
build()
CreateObjectStorageSourceDetails.Builder
copy(CreateObjectStorageSourceDetails model)
CreateObjectStorageSourceDetails.Builder
length(BigDecimal length)
The length from offset into the file containing the content.CreateObjectStorageSourceDetails.Builder
offset(BigDecimal offset)
The offset into the file containing the content.CreateObjectStorageSourceDetails.Builder
relativePath(String relativePath)
The path relative to the prefix specified in the dataset source details (file name).
-
-
-
Method Detail
-
relativePath
public CreateObjectStorageSourceDetails.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
-
offset
public CreateObjectStorageSourceDetails.Builder offset(BigDecimal offset)
The offset into the file containing the content.- Parameters:
offset
- the value to set- Returns:
- this builder
-
length
public CreateObjectStorageSourceDetails.Builder length(BigDecimal length)
The length from offset into the file containing the content.- Parameters:
length
- the value to set- Returns:
- this builder
-
build
public CreateObjectStorageSourceDetails build()
-
copy
public CreateObjectStorageSourceDetails.Builder copy(CreateObjectStorageSourceDetails model)
-
-