Class ObjectStorageSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.ObjectStorageSourceDetails.Builder
 
- 
- Enclosing class:
- ObjectStorageSourceDetails
 
 public static class ObjectStorageSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageSourceDetailsbuild()ObjectStorageSourceDetails.Buildercopy(ObjectStorageSourceDetails model)ObjectStorageSourceDetails.Builderlength(BigDecimal length)The length from the offset into the file containing the content.ObjectStorageSourceDetails.Builderoffset(BigDecimal offset)The offset into the file containing the content.ObjectStorageSourceDetails.Builderpath(String path)The full path of the file this record belongs to.ObjectStorageSourceDetails.BuilderrelativePath(String relativePath)The path relative to the prefix specified in the dataset source details (file name).
 
- 
- 
- 
Method Detail- 
relativePathpublic 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
 
 - 
pathpublic ObjectStorageSourceDetails.Builder path(String path) The full path of the file this record belongs to.- Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
offsetpublic ObjectStorageSourceDetails.Builder offset(BigDecimal offset) The offset into the file containing the content.- Parameters:
- offset- the value to set
- Returns:
- this builder
 
 - 
lengthpublic 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
 
 - 
buildpublic ObjectStorageSourceDetails build() 
 - 
copypublic ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model) 
 
- 
 
-