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