Package com.sap.ai.sdk.core.model
Interface BckndServiceList.Builder1
- Enclosing class:
BckndServiceList
public static interface BckndServiceList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BckndServiceListresources(BckndService... resources) Set the resources of thisBckndServiceListinstance.resources(List<BckndService> resources) Set the resources of thisBckndServiceListinstance.
-
Method Details
-
resources
Set the resources of thisBckndServiceListinstance.- Parameters:
resources- The resources of thisBckndServiceList- Returns:
- The BckndServiceList instance.
-
resources
Set the resources of thisBckndServiceListinstance.- Parameters:
resources- The resources of thisBckndServiceList- Returns:
- The BckndServiceList instance.
-