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