Package com.sap.ai.sdk.core.model
Interface BckndDeploymentResourceQuotaResponse.Builder
- Enclosing class:
BckndDeploymentResourceQuotaResponse
public static interface BckndDeploymentResourceQuotaResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionquotas(BckndDeploymentQuotaItem... quotas) Set the quotas of thisBckndDeploymentResourceQuotaResponseinstance.quotas(List<BckndDeploymentQuotaItem> quotas) Set the quotas of thisBckndDeploymentResourceQuotaResponseinstance.
-
Method Details
-
quotas
Set the quotas of thisBckndDeploymentResourceQuotaResponseinstance.- Parameters:
quotas- The quotas of thisBckndDeploymentResourceQuotaResponse- Returns:
- The BckndDeploymentResourceQuotaResponse instance.
-
quotas
Set the quotas of thisBckndDeploymentResourceQuotaResponseinstance.- Parameters:
quotas- The quotas of thisBckndDeploymentResourceQuotaResponse- Returns:
- The BckndDeploymentResourceQuotaResponse instance.
-