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