Class AnnotatorFlow.Builder

  • Enclosing class:
    AnnotatorFlow

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

      • Builder

        public Builder()
        Instantiates a new builder.
    • 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