Relationship
Relationships define the routes to which a FlowFile may be transferred from a Processor. Relationships are created by instantiating an instance of the Relationship.Builder
class, calling the appropriate methods to fill in the details of the Relationship, and finally calling the build
method.