public static class ObjectStorageSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageSourceDetails.Builder |
bucket(String bucket)
The object storage bucket that contains the dataset data source.
|
ObjectStorageSourceDetails |
build() |
ObjectStorageSourceDetails.Builder |
copy(ObjectStorageSourceDetails model) |
ObjectStorageSourceDetails.Builder |
namespace(String namespace)
The namespace of the bucket that contains the dataset data source.
|
ObjectStorageSourceDetails.Builder |
prefix(String prefix)
A common path prefix shared by the objects that make up the dataset.
|
public ObjectStorageSourceDetails.Builder namespace(String namespace)
The namespace of the bucket that contains the dataset data source.
namespace
- the value to setpublic ObjectStorageSourceDetails.Builder bucket(String bucket)
The object storage bucket that contains the dataset data source.
bucket
- the value to setpublic ObjectStorageSourceDetails.Builder prefix(String prefix)
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
prefix
- the value to setpublic ObjectStorageSourceDetails build()
public ObjectStorageSourceDetails.Builder copy(ObjectStorageSourceDetails model)
Copyright © 2016–2024. All rights reserved.