Package com.sap.ai.sdk.core.model
Interface BckndInstanceTypeValue.Builder3
- Enclosing class:
BckndInstanceTypeValue
public static interface BckndInstanceTypeValue.Builder3
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionbillableUnitsPerHour(BigDecimal billableUnitsPerHour) Set the billableUnitsPerHour of thisBckndInstanceTypeValueinstance.
-
Method Details
-
billableUnitsPerHour
Set the billableUnitsPerHour of thisBckndInstanceTypeValueinstance.- Parameters:
billableUnitsPerHour- Number of billable units per hour for the instance type- Returns:
- The BckndInstanceTypeValue instance.
-