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