Class ExternalStorage.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • storageId

        public ExternalStorage.Builder storageId​(String storageId)
        Id of the external stoarge configured in BICC console.

        Usually its numeric.

        Parameters:
        storageId - the value to set
        Returns:
        this builder
      • storageName

        public ExternalStorage.Builder storageName​(String storageName)
        Name of the external storage configured in BICC console
        Parameters:
        storageName - the value to set
        Returns:
        this builder
      • host

        public ExternalStorage.Builder host​(String host)
        Object Storage host Url.

        DO not give http/https.

        Parameters:
        host - the value to set
        Returns:
        this builder
      • tenancyId

        public ExternalStorage.Builder tenancyId​(String tenancyId)
        Tenancy OCID for the OOS bucket
        Parameters:
        tenancyId - the value to set
        Returns:
        this builder
      • namespace

        public ExternalStorage.Builder namespace​(String namespace)
        Namespace for the OOS bucket
        Parameters:
        namespace - the value to set
        Returns:
        this builder
      • bucket

        public ExternalStorage.Builder bucket​(String bucket)
        Bucket Name where BICC extracts stores the files
        Parameters:
        bucket - the value to set
        Returns:
        this builder