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 Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All 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
-
build
public AnnotatorFlow build()
Builds a AnnotatorFlow.- Returns:
- the annotatorFlow
-
profile
public AnnotatorFlow.Builder profile(java.lang.String profile)
Set the profile.- Parameters:
profile- the profile- Returns:
- the AnnotatorFlow builder
-
flow
public AnnotatorFlow.Builder flow(Flow flow)
Set the flow.- Parameters:
flow- the flow- Returns:
- the AnnotatorFlow builder
-
-