Package com.sap.ai.sdk.core.model
Interface BckndResourceGroup.Builder
- Enclosing class:
BckndResourceGroup
public static interface BckndResourceGroup.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionresourceGroupId(String resourceGroupId) Set the resourceGroupId of thisBckndResourceGroupinstance.
-
Method Details
-
resourceGroupId
Set the resourceGroupId of thisBckndResourceGroupinstance.- Parameters:
resourceGroupId- resource group id- Returns:
- The BckndResourceGroup builder.
-