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