Interface ProcessorList.Builder

All Superinterfaces:
AbstractBuilder<ProcessorList>, Builder<ProcessorList,ProcessorList.Builder>, CopyableBuilder<ProcessorList,ProcessorList.Builder>, ResettableBuilder<ProcessorList,ProcessorList.Builder>
Enclosing interface:
ProcessorList

public static interface ProcessorList.Builder extends Builder<ProcessorList,ProcessorList.Builder>, CopyableBuilder<ProcessorList,ProcessorList.Builder>
A builder to create ProcessorLists.
  • Method Details

    • fromValues

      ProcessorList.Builder fromValues(List<Processor> processors)
      Sets the list of processors.
      Parameters:
      processors - The list of processors
      Returns:
      This builder, for chaining