Class StorageAPI


  • @Generated
    public class StorageAPI
    extends Object
    These APIs manage storage configurations for this workspace. A root storage S3 bucket in your account is required to store objects like cluster logs, notebook revisions, and job results. You can also use the root storage S3 bucket for storage of non-production DBFS data. A storage configuration encapsulates this bucket information, and its ID is used when creating a new workspace.
    • Constructor Detail

      • StorageAPI

        public StorageAPI​(ApiClient apiClient)
        Regular-use constructor
      • StorageAPI

        public StorageAPI​(StorageService mock)
        Constructor for mocks
    • Method Detail

      • create

        public StorageConfiguration create​(CreateStorageConfigurationRequest request)
        Create new storage configuration.

        Creates new storage configuration for an account, specified by ID. Uploads a storage configuration object that represents the root AWS S3 bucket in your account. Databricks stores related workspace assets including DBFS, cluster logs, and job results. For the AWS S3 bucket, you need to configure the required bucket policy.

        For information about how to create a new workspace with this API, see [Create a new workspace using the Account API]

        [Create a new workspace using the Account API]: http://docs.databricks.com/administration-guide/account-api/new-workspace.html

      • delete

        public void delete​(String storageConfigurationId)
      • delete

        public void delete​(DeleteStorageRequest request)
        Delete storage configuration.

        Deletes a Databricks storage configuration. You cannot delete a storage configuration that is associated with any workspace.

      • list

        public Iterable<StorageConfiguration> list()
        Get all storage configurations.

        Gets a list of all Databricks storage configurations for your account, specified by ID.