public static class ObjectStorageDataset.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageDataset.Builder |
bucketName(String bucketName)
The name of the Object Storage bucket that contains the input data file.
|
ObjectStorageDataset |
build() |
ObjectStorageDataset.Builder |
copy(ObjectStorageDataset model) |
ObjectStorageDataset.Builder |
namespaceName(String namespaceName)
The namespace name of the Object Storage bucket that contains the input data file.
|
ObjectStorageDataset.Builder |
objectName(String objectName)
The object name of the input data file.
|
public ObjectStorageDataset.Builder namespaceName(String namespaceName)
The namespace name of the Object Storage bucket that contains the input data file.
namespaceName
- the value to setpublic ObjectStorageDataset.Builder bucketName(String bucketName)
The name of the Object Storage bucket that contains the input data file.
bucketName
- the value to setpublic ObjectStorageDataset.Builder objectName(String objectName)
The object name of the input data file.
objectName
- the value to setpublic ObjectStorageDataset build()
public ObjectStorageDataset.Builder copy(ObjectStorageDataset model)
Copyright © 2016–2024. All rights reserved.