Package com.sap.ai.sdk.core.model
Interface AiExecutionScheduleList.Builder1
- Enclosing class:
AiExecutionScheduleList
public static interface AiExecutionScheduleList.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault AiExecutionScheduleListresources(AiExecutionSchedule... resources) Set the resources of thisAiExecutionScheduleListinstance.resources(List<AiExecutionSchedule> resources) Set the resources of thisAiExecutionScheduleListinstance.
-
Method Details
-
resources
Set the resources of thisAiExecutionScheduleListinstance.- Parameters:
resources- The resources of thisAiExecutionScheduleList- Returns:
- The AiExecutionScheduleList instance.
-
resources
Set the resources of thisAiExecutionScheduleListinstance.- Parameters:
resources- The resources of thisAiExecutionScheduleList- Returns:
- The AiExecutionScheduleList instance.
-