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