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