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