Class ObjectStorageObject.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.ObjectStorageObject.Builder
-
- Enclosing class:
- ObjectStorageObject
public static class ObjectStorageObject.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageObject.BuilderbucketName(String bucketName)The name of the Object Storage bucket.ObjectStorageObjectbuild()ObjectStorageObject.Buildercopy(ObjectStorageObject model)ObjectStorageObject.BuildernamespaceName(String namespaceName)The namespace of the Object Storage where the files are stored.ObjectStorageObject.BuilderprefixName(String prefixName)The prefix path (or folder) within the bucket where files are located.ObjectStorageObject.Builderregion(String region)The full canonical Oracle Cloud region identifier (e.g., “us-ashburn-1”) where the object storage bucket containing the files resides.
-
-
-
Method Detail
-
namespaceName
public ObjectStorageObject.Builder namespaceName(String namespaceName)
The namespace of the Object Storage where the files are stored.- Parameters:
namespaceName- the value to set- Returns:
- this builder
-
bucketName
public ObjectStorageObject.Builder bucketName(String bucketName)
The name of the Object Storage bucket.- Parameters:
bucketName- the value to set- Returns:
- this builder
-
prefixName
public ObjectStorageObject.Builder prefixName(String prefixName)
The prefix path (or folder) within the bucket where files are located.- Parameters:
prefixName- the value to set- Returns:
- this builder
-
region
public ObjectStorageObject.Builder region(String region)
The full canonical Oracle Cloud region identifier (e.g., “us-ashburn-1”) where the object storage bucket containing the files resides.- Parameters:
region- the value to set- Returns:
- this builder
-
build
public ObjectStorageObject build()
-
copy
public ObjectStorageObject.Builder copy(ObjectStorageObject model)
-
-