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