Package org.projectnessie.client.api
Interface UpdateRepositoryConfigBuilder
public interface UpdateRepositoryConfigBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrepositoryConfig(org.projectnessie.model.RepositoryConfig update) Sets the repository config to create or update.org.projectnessie.model.UpdateRepositoryConfigResponseupdate()Perform the request to create or update therepository config.
-
Method Details
-
repositoryConfig
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.NessieConflictExceptionPerform the request to create or update therepository config.- Throws:
org.projectnessie.error.NessieConflictException
-