Package com.sap.ai.sdk.core.model
Interface AiExecutionSchedule.Builder3
- Enclosing class:
AiExecutionSchedule
public static interface AiExecutionSchedule.Builder3
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) Set the createdAt of thisAiExecutionScheduleinstance.
-
Method Details
-
createdAt
Set the createdAt of thisAiExecutionScheduleinstance.- Parameters:
createdAt- Timestamp of resource creation- Returns:
- The AiExecutionSchedule builder.
-