Class FlowEntry.Builder

  • Enclosing class:
    FlowEntry

    public static class FlowEntry.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public FlowEntry build()
        Builds a FlowEntry.
        Returns:
        the flowEntry
      • annotator

        public FlowEntry.Builder annotator​(Annotator annotator)
        Set the annotator.
        Parameters:
        annotator - the annotator
        Returns:
        the FlowEntry builder
      • flow

        public FlowEntry.Builder flow​(Flow flow)
        Set the flow.
        Parameters:
        flow - the flow
        Returns:
        the FlowEntry builder