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.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatorFlow
build()
Builds a AnnotatorFlow.AnnotatorFlow.Builder
flow(Flow flow)
Set the flow.AnnotatorFlow.Builder
profile(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
-
-