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