public static class ObjectStorageLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageLocation.Builder |
bucketName(String bucketName)
Object Storage bucket name.
|
ObjectStorageLocation |
build() |
ObjectStorageLocation.Builder |
copy(ObjectStorageLocation model) |
ObjectStorageLocation.Builder |
namespaceName(String namespaceName)
Object Storage namespace.
|
ObjectStorageLocation.Builder |
prefix(String prefix)
Object Storage folder name.
|
public ObjectStorageLocation.Builder namespaceName(String namespaceName)
Object Storage namespace.
namespaceName
- the value to setpublic ObjectStorageLocation.Builder bucketName(String bucketName)
Object Storage bucket name.
bucketName
- the value to setpublic ObjectStorageLocation.Builder prefix(String prefix)
Object Storage folder name.
prefix
- the value to setpublic ObjectStorageLocation build()
public ObjectStorageLocation.Builder copy(ObjectStorageLocation model)
Copyright © 2016–2024. All rights reserved.