Interface WorkflowRunsCreateRequestOutputsItem.ProcessorIdStage
-
- All Known Implementing Classes:
WorkflowRunsCreateRequestOutputsItem.Builder
- Enclosing class:
- WorkflowRunsCreateRequestOutputsItem
public static interface WorkflowRunsCreateRequestOutputsItem.ProcessorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsCreateRequestOutputsItem.Builderfrom(WorkflowRunsCreateRequestOutputsItem other)WorkflowRunsCreateRequestOutputsItem.OutputStageprocessorId(java.lang.String processorId)The ID of the extractor, classifier, or splitter that the output is associated with.
-
-
-
Method Detail
-
processorId
WorkflowRunsCreateRequestOutputsItem.OutputStage processorId(@NotNull java.lang.String processorId)
The ID of the extractor, classifier, or splitter that the output is associated with. Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
-