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