public static class FlowEntry.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
FlowEntry.Builder |
annotator(Annotator annotator)
Set the annotator.
|
FlowEntry |
build()
Builds a FlowEntry.
|
FlowEntry.Builder |
flow(Flow flow)
Set the flow.
|
public FlowEntry build()
public FlowEntry.Builder annotator(Annotator annotator)
annotator
- the annotatorpublic FlowEntry.Builder flow(Flow flow)
flow
- the flowCopyright © 2021 IBM Cloud. All rights reserved.