Class ObjectStorageObject.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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