Package com.sap.ai.sdk.core.model
Interface AiEnactmentCreationRequest.Builder
- Enclosing class:
AiEnactmentCreationRequest
public static interface AiEnactmentCreationRequest.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId(String configurationId) Set the configurationId of thisAiEnactmentCreationRequestinstance.
-
Method Details
-
configurationId
Set the configurationId of thisAiEnactmentCreationRequestinstance.- Parameters:
configurationId- ID of the configuration- Returns:
- The AiEnactmentCreationRequest instance.
-