Package com.sap.ai.sdk.core.model
Interface AiVersion.Builder2
- Enclosing class:
AiVersion
public static interface AiVersion.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionmodifiedAt(OffsetDateTime modifiedAt) Set the modifiedAt of thisAiVersioninstance.
-
Method Details
-
modifiedAt
Set the modifiedAt of thisAiVersioninstance.- Parameters:
modifiedAt- Timestamp of latest resource modification- Returns:
- The AiVersion instance.
-