Package com.sap.ai.sdk.core.model
Interface BckndArgoCDApplicationDataResponse.Builder
- Enclosing class:
BckndArgoCDApplicationDataResponse
public static interface BckndArgoCDApplicationDataResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionrepositoryUrl(String repositoryUrl) Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance.
-
Method Details
-
repositoryUrl
Set the repositoryUrl of thisBckndArgoCDApplicationDataResponseinstance.- Parameters:
repositoryUrl- URL of the repository to synchronise- Returns:
- The BckndArgoCDApplicationDataResponse builder.
-