Interface WorkflowRunsCreateBatchResponse.BatchIdStage
-
- All Known Implementing Classes:
WorkflowRunsCreateBatchResponse.Builder
- Enclosing class:
- WorkflowRunsCreateBatchResponse
public static interface WorkflowRunsCreateBatchResponse.BatchIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsCreateBatchResponse._FinalStagebatchId(java.lang.String batchId)A unique identifier for the submitted batch.WorkflowRunsCreateBatchResponse.Builderfrom(WorkflowRunsCreateBatchResponse other)
-
-
-
Method Detail
-
batchId
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.
-
from
WorkflowRunsCreateBatchResponse.Builder from(WorkflowRunsCreateBatchResponse other)
-
-