ObjectStorageObject.Builder |
ObjectStorageObject.Builder.bucketName(String bucketName) |
The name of the Object Storage bucket.
|
static ObjectStorageObject.Builder |
ObjectStorageObject.builder() |
Create a new builder.
|
ObjectStorageObject.Builder |
ObjectStorageObject.Builder.copy(ObjectStorageObject model) |
|
ObjectStorageObject.Builder |
ObjectStorageObject.Builder.namespaceName(String namespaceName) |
The namespace of the Object Storage where the files are stored.
|
ObjectStorageObject.Builder |
ObjectStorageObject.Builder.prefixName(String prefixName) |
The prefix path (or folder) within the bucket where files are located.
|
ObjectStorageObject.Builder |
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.
|
ObjectStorageObject.Builder |
ObjectStorageObject.toBuilder() |
|