Package com.oracle.bmc.aidocument.model
Class OutputLocation.Builder
- java.lang.Object
-
- com.oracle.bmc.aidocument.model.OutputLocation.Builder
-
- Enclosing class:
- OutputLocation
public static class OutputLocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
namespaceName
public OutputLocation.Builder namespaceName(String namespaceName)
The Object Storage namespace.- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public OutputLocation.Builder bucketName(String bucketName)
The Object Storage bucket name.- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
prefix
public OutputLocation.Builder prefix(String prefix)
The Object Storage folder name.- Parameters:
prefix
- the value to set- Returns:
- this builder
-
build
public OutputLocation build()
-
copy
public OutputLocation.Builder copy(OutputLocation model)
-
-