Interface UpdateRepositoryConfigBuilder


  • public interface UpdateRepositoryConfigBuilder
    • Method Detail

      • 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