public static class AnalyticFlowBeanInput.Builder
extends java.lang.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(java.util.List<AnnotatorFlow> annotatorFlows)
Set the annotatorFlows.
|
AnalyticFlowBeanInput |
build()
Builds a AnalyticFlowBeanInput.
|
AnalyticFlowBeanInput.Builder |
unstructured(java.util.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(java.util.List<UnstructuredContainer> unstructured)
unstructured
- the unstructuredpublic AnalyticFlowBeanInput.Builder annotatorFlows(java.util.List<AnnotatorFlow> annotatorFlows)
annotatorFlows
- the annotatorFlowsCopyright © 2022 IBM Cloud. All rights reserved.