Package org.projectnessie.client.api
Interface UpdateRepositoryConfigBuilder
-
public interface UpdateRepositoryConfigBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRepositoryConfigBuilderrepositoryConfig(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 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.NessieConflictExceptionPerform the request to create or update therepository config.- Throws:
org.projectnessie.error.NessieConflictException
-
-