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