Package com.sap.ai.sdk.core.model
Interface AiExecutableList.Builder1
- Enclosing class:
AiExecutableList
public static interface AiExecutableList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiExecutableListresources(AiExecutable... resources) Set the resources of thisAiExecutableListinstance.resources(List<AiExecutable> resources) Set the resources of thisAiExecutableListinstance.
-
Method Details
-
resources
Set the resources of thisAiExecutableListinstance.- Parameters:
resources- The resources of thisAiExecutableList- Returns:
- The AiExecutableList instance.
-
resources
Set the resources of thisAiExecutableListinstance.- Parameters:
resources- The resources of thisAiExecutableList- Returns:
- The AiExecutableList instance.
-