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