Package com.sap.ai.sdk.core.model
Interface BckndInstanceTypeGetResponse.Builder
- Enclosing class:
BckndInstanceTypeGetResponse
public static interface BckndInstanceTypeGetResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioninstanceTypes(Map<String, BckndInstanceTypeValue> instanceTypes) Set the instanceTypes of thisBckndInstanceTypeGetResponseinstance.
-
Method Details
-
instanceTypes
BckndInstanceTypeGetResponse instanceTypes(@Nonnull Map<String, BckndInstanceTypeValue> instanceTypes) Set the instanceTypes of thisBckndInstanceTypeGetResponseinstance.- Parameters:
instanceTypes- The instanceTypes of thisBckndInstanceTypeGetResponse- Returns:
- The BckndInstanceTypeGetResponse instance.
-