Interface PipelineConfig.Builder

  • Method Details

    • functions

      PipelineConfig.Builder functions(Collection<String> functions)

      A list of Function objects.

      Parameters:
      functions - A list of Function objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • functions

      PipelineConfig.Builder functions(String... functions)

      A list of Function objects.

      Parameters:
      functions - A list of Function objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.