static ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.builder() |
Create a new builder.
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.Builder.copy(ObjectStorageSourceDetails model) |
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.Builder.length(BigDecimal length) |
The length from the offset into the file containing the content.
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.Builder.offset(BigDecimal offset) |
The offset into the file containing the content.
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.Builder.path(String path) |
The full path of the file this record belongs to.
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.Builder.relativePath(String relativePath) |
The path relative to the prefix specified in the dataset source details (file name).
|
ObjectStorageSourceDetails.Builder |
ObjectStorageSourceDetails.toBuilder() |
|