Package com.sap.ai.sdk.core.model
Interface AiConfigurationList.Builder1
- Enclosing class:
AiConfigurationList
public static interface AiConfigurationList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiConfigurationListresources(AiConfiguration... resources) Set the resources of thisAiConfigurationListinstance.resources(List<AiConfiguration> resources) Set the resources of thisAiConfigurationListinstance.
-
Method Details
-
resources
Set the resources of thisAiConfigurationListinstance.- Parameters:
resources- The resources of thisAiConfigurationList- Returns:
- The AiConfigurationList instance.
-
resources
Set the resources of thisAiConfigurationListinstance.- Parameters:
resources- The resources of thisAiConfigurationList- Returns:
- The AiConfigurationList instance.
-