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