public static class ObjectStorageInputLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageInputLocation.Builder |
bucketName(String bucketName)
The bucket name of an object.
|
ObjectStorageInputLocation |
build() |
ObjectStorageInputLocation.Builder |
copy(ObjectStorageInputLocation model) |
ObjectStorageInputLocation.Builder |
namespaceName(String namespaceName)
The namespace name of an object.
|
ObjectStorageInputLocation.Builder |
prefix(String prefix)
The prefix of file object(s) or folder prefix.
|
public ObjectStorageInputLocation.Builder namespaceName(String namespaceName)
The namespace name of an object.
namespaceName
- the value to setpublic ObjectStorageInputLocation.Builder bucketName(String bucketName)
The bucket name of an object.
bucketName
- the value to setpublic ObjectStorageInputLocation.Builder prefix(String prefix)
The prefix of file object(s) or folder prefix.
prefix
- the value to setpublic ObjectStorageInputLocation build()
public ObjectStorageInputLocation.Builder copy(ObjectStorageInputLocation model)
Copyright © 2016–2025. All rights reserved.