public static class ObjectStorageSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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).
|
public ObjectStorageSourceDetails.Builder relativePath(String relativePath)
The path relative to the prefix specified in the dataset source details (file name).
relativePath
- the value to setpublic ObjectStorageSourceDetails.Builder path(String path)
The full path of the file this record belongs to.
path
- the value to setpublic ObjectStorageSourceDetails.Builder offset(BigDecimal offset)
The offset into the file containing the content.
offset
- the value to setpublic ObjectStorageSourceDetails.Builder length(BigDecimal length)
The length from the offset into the file containing the content.
length
- the value to setpublic ObjectStorageSourceDetails build()
public ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model)
Copyright © 2016–2024. All rights reserved.