Class WorkflowRunsCreateBatchResponse.Builder
- java.lang.Object
-
- ai.extend.resources.workflowruns.types.WorkflowRunsCreateBatchResponse.Builder
-
- All Implemented Interfaces:
WorkflowRunsCreateBatchResponse._FinalStage,WorkflowRunsCreateBatchResponse.BatchIdStage
- Enclosing class:
- WorkflowRunsCreateBatchResponse
public static final class WorkflowRunsCreateBatchResponse.Builder extends java.lang.Object implements WorkflowRunsCreateBatchResponse.BatchIdStage, WorkflowRunsCreateBatchResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRunsCreateBatchResponse._FinalStagebatchId(java.lang.String batchId)A unique identifier for the submitted batch.WorkflowRunsCreateBatchResponsebuild()WorkflowRunsCreateBatchResponse.Builderfrom(WorkflowRunsCreateBatchResponse other)
-
-
-
Method Detail
-
from
public WorkflowRunsCreateBatchResponse.Builder from(WorkflowRunsCreateBatchResponse other)
- Specified by:
fromin interfaceWorkflowRunsCreateBatchResponse.BatchIdStage
-
batchId
public WorkflowRunsCreateBatchResponse._FinalStage batchId(@NotNull java.lang.String batchId)
A unique identifier for the submitted batch. This ID can be used to correlate the workflow runs created by this request. You can find this
batchIdassociated with individual runs when listing workflow runs or in webhook payloads.A unique identifier for the submitted batch. This ID can be used to correlate the workflow runs created by this request. You can find this
batchIdassociated with individual runs when listing workflow runs or in webhook payloads.- Specified by:
batchIdin interfaceWorkflowRunsCreateBatchResponse.BatchIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WorkflowRunsCreateBatchResponse build()
- Specified by:
buildin interfaceWorkflowRunsCreateBatchResponse._FinalStage
-
-