Interface DataPrepConfiguration.Builder

  • Method Details

    • sourceTableMap

      DataPrepConfiguration.Builder sourceTableMap(Map<String,SourceTable> sourceTableMap)

      A map of source tables that provide information about underlying sources.

      Parameters:
      sourceTableMap - A map of source tables that provide information about underlying sources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformStepMap

      DataPrepConfiguration.Builder transformStepMap(Map<String,TransformStep> transformStepMap)

      A map of transformation steps that process the data.

      Parameters:
      transformStepMap - A map of transformation steps that process the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationTableMap

      DataPrepConfiguration.Builder destinationTableMap(Map<String,DestinationTable> destinationTableMap)

      A map of destination tables that receive the final prepared data.

      Parameters:
      destinationTableMap - A map of destination tables that receive the final prepared data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.