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