Package com.sap.ai.sdk.core.model
Interface BckndDeploymentUsage.Builder1
- Enclosing class:
BckndDeploymentUsage
public static interface BckndDeploymentUsage.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BckndDeploymentUsageitems(BckndUsageResourcePlanItem... items) Set the items of thisBckndDeploymentUsageinstance.items(List<BckndUsageResourcePlanItem> items) Set the items of thisBckndDeploymentUsageinstance.
-
Method Details
-
items
Set the items of thisBckndDeploymentUsageinstance.- Parameters:
items- The items of thisBckndDeploymentUsage- Returns:
- The BckndDeploymentUsage instance.
-
items
Set the items of thisBckndDeploymentUsageinstance.- Parameters:
items- The items of thisBckndDeploymentUsage- Returns:
- The BckndDeploymentUsage instance.
-