public static class AnalyticFlowBeanInput.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
AnalyticFlowBeanInput.Builder |
addAnnotatorFlows(AnnotatorFlow annotatorFlows)
Adds an annotatorFlows to annotatorFlows.
|
AnalyticFlowBeanInput.Builder |
addUnstructured(UnstructuredContainer unstructured)
Adds an unstructured to unstructured.
|
AnalyticFlowBeanInput.Builder |
annotatorFlows(List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.
|
AnalyticFlowBeanInput |
build()
Builds a AnalyticFlowBeanInput.
|
AnalyticFlowBeanInput.Builder |
unstructured(List<UnstructuredContainer> unstructured)
Set the unstructured.
|
public AnalyticFlowBeanInput build()
public AnalyticFlowBeanInput.Builder addUnstructured(UnstructuredContainer unstructured)
unstructured
- the new unstructuredpublic AnalyticFlowBeanInput.Builder addAnnotatorFlows(AnnotatorFlow annotatorFlows)
annotatorFlows
- the new annotatorFlowspublic AnalyticFlowBeanInput.Builder unstructured(List<UnstructuredContainer> unstructured)
unstructured
- the unstructuredpublic AnalyticFlowBeanInput.Builder annotatorFlows(List<AnnotatorFlow> annotatorFlows)
annotatorFlows
- the annotatorFlowsCopyright © 2021 IBM Cloud. All rights reserved.