Package com.sap.ai.sdk.core.model
Interface BckndResourceGroupList.Builder1
- Enclosing class:
BckndResourceGroupList
public static interface BckndResourceGroupList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BckndResourceGroupListresources(BckndResourceGroup... resources) Set the resources of thisBckndResourceGroupListinstance.resources(List<BckndResourceGroup> resources) Set the resources of thisBckndResourceGroupListinstance.
-
Method Details
-
resources
Set the resources of thisBckndResourceGroupListinstance.- Parameters:
resources- The resources of thisBckndResourceGroupList- Returns:
- The BckndResourceGroupList instance.
-
resources
Set the resources of thisBckndResourceGroupListinstance.- Parameters:
resources- The resources of thisBckndResourceGroupList- Returns:
- The BckndResourceGroupList instance.
-