Package com.sap.ai.sdk.core.model
Interface BckndArgoCDRepositoryDataResponse.Builder1
- Enclosing class:
BckndArgoCDRepositoryDataResponse
public static interface BckndArgoCDRepositoryDataResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionresources(BckndArgoCDRepositoryDetails... resources) Set the resources of thisBckndArgoCDRepositoryDataResponseinstance.resources(List<BckndArgoCDRepositoryDetails> resources) Set the resources of thisBckndArgoCDRepositoryDataResponseinstance.
-
Method Details
-
resources
Set the resources of thisBckndArgoCDRepositoryDataResponseinstance.- Parameters:
resources- The resources of thisBckndArgoCDRepositoryDataResponse- Returns:
- The BckndArgoCDRepositoryDataResponse instance.
-
resources
default BckndArgoCDRepositoryDataResponse resources(@Nonnull BckndArgoCDRepositoryDetails... resources) Set the resources of thisBckndArgoCDRepositoryDataResponseinstance.- Parameters:
resources- The resources of thisBckndArgoCDRepositoryDataResponse- Returns:
- The BckndArgoCDRepositoryDataResponse instance.
-