Interface WorkflowRunsCreateBatchRequest._FinalStage
-
- All Known Implementing Classes:
WorkflowRunsCreateBatchRequest.Builder
- Enclosing class:
- WorkflowRunsCreateBatchRequest
public static interface WorkflowRunsCreateBatchRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsCreateBatchRequest._FinalStageaddAllInputs(java.util.List<WorkflowRunsCreateBatchRequestInputsItem> inputs)WorkflowRunsCreateBatchRequest._FinalStageaddInputs(WorkflowRunsCreateBatchRequestInputsItem inputs)WorkflowRunsCreateBatchRequestbuild()WorkflowRunsCreateBatchRequest._FinalStageinputs(java.util.List<WorkflowRunsCreateBatchRequestInputsItem> inputs)An array of input objects to be processed by the workflow.
-
-
-
Method Detail
-
build
WorkflowRunsCreateBatchRequest build()
-
inputs
WorkflowRunsCreateBatchRequest._FinalStage inputs(java.util.List<WorkflowRunsCreateBatchRequestInputsItem> inputs)
An array of input objects to be processed by the workflow. Each object represents a single workflow run to be created. The array must contain at least 1 input and at most 1000 inputs.
-
addInputs
WorkflowRunsCreateBatchRequest._FinalStage addInputs(WorkflowRunsCreateBatchRequestInputsItem inputs)
-
addAllInputs
WorkflowRunsCreateBatchRequest._FinalStage addAllInputs(java.util.List<WorkflowRunsCreateBatchRequestInputsItem> inputs)
-
-