Package com.sap.ai.sdk.core.model
Interface BckndArgoCDApplicationDataRepoName.Builder
- Enclosing class:
BckndArgoCDApplicationDataRepoName
public static interface BckndArgoCDApplicationDataRepoName.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionrepositoryName(String repositoryName) Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance.
-
Method Details
-
repositoryName
Set the repositoryName of thisBckndArgoCDApplicationDataRepoNameinstance.- Parameters:
repositoryName- Name of the repository to synchronise- Returns:
- The BckndArgoCDApplicationDataRepoName builder.
-