Package com.merative.acd.v1.model
Class AnnotatorFlow.Builder
- java.lang.Object
- 
- com.merative.acd.v1.model.AnnotatorFlow.Builder
 
- 
- Enclosing class:
- AnnotatorFlow
 
 public static class AnnotatorFlow.Builder extends java.lang.ObjectBuilder.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()Instantiates a new builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatorFlowbuild()Builds a AnnotatorFlow.AnnotatorFlow.Builderflow(Flow flow)Set the flow.AnnotatorFlow.Builderprofile(java.lang.String profile)Set the profile.
 
- 
- 
- 
Method Detail- 
buildpublic AnnotatorFlow build() Builds a AnnotatorFlow.- Returns:
- the annotatorFlow
 
 - 
profilepublic AnnotatorFlow.Builder profile(java.lang.String profile) Set the profile.- Parameters:
- profile- the profile
- Returns:
- the AnnotatorFlow builder
 
 - 
flowpublic AnnotatorFlow.Builder flow(Flow flow) Set the flow.- Parameters:
- flow- the flow
- Returns:
- the AnnotatorFlow builder
 
 
- 
 
-