Package com.sap.ai.sdk.grounding.model
Interface ServiceNowPipelineMinimalResponse.Builder1
- Enclosing class:
ServiceNowPipelineMinimalResponse
public static interface ServiceNowPipelineMinimalResponse.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionstatus(PipelineExecutionStatus status) Set the status of thisServiceNowPipelineMinimalResponseinstance.
-
Method Details
-
status
Set the status of thisServiceNowPipelineMinimalResponseinstance.- Parameters:
status- The status of thisServiceNowPipelineMinimalResponse- Returns:
- The ServiceNowPipelineMinimalResponse builder.
-