Interface UpdateRepositoryConfigBuilder


public interface UpdateRepositoryConfigBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    repositoryConfig(org.projectnessie.model.RepositoryConfig update)
    Sets the repository config to create or update.
    org.projectnessie.model.UpdateRepositoryConfigResponse
    Perform the request to create or update the repository config.
  • Method Details

    • repositoryConfig

      UpdateRepositoryConfigBuilder repositoryConfig(org.projectnessie.model.RepositoryConfig update)
      Sets the repository config to create or update. Only one repository config can be created or updated.
    • update

      org.projectnessie.model.UpdateRepositoryConfigResponse update() throws org.projectnessie.error.NessieConflictException
      Perform the request to create or update the repository config.
      Throws:
      org.projectnessie.error.NessieConflictException