Package com.sap.ai.sdk.core.model
Interface BckndResourcePatchBody.Builder
- Enclosing class:
BckndResourcePatchBody
public static interface BckndResourcePatchBody.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BckndResourcePatchBodyresourcePlans(BckndResourcePatchNodes... resourcePlans) Set the resourcePlans of thisBckndResourcePatchBodyinstance.resourcePlans(List<BckndResourcePatchNodes> resourcePlans) Set the resourcePlans of thisBckndResourcePatchBodyinstance.
-
Method Details
-
resourcePlans
Set the resourcePlans of thisBckndResourcePatchBodyinstance.- Parameters:
resourcePlans- The resourcePlans of thisBckndResourcePatchBody- Returns:
- The BckndResourcePatchBody instance.
-
resourcePlans
Set the resourcePlans of thisBckndResourcePatchBodyinstance.- Parameters:
resourcePlans- The resourcePlans of thisBckndResourcePatchBody- Returns:
- The BckndResourcePatchBody instance.
-