Interface MappingEntry.Builder

    • Method Detail

      • sourceTable

        MappingEntry.Builder sourceTable​(String sourceTable)

        The name of the source table.

        Parameters:
        sourceTable - The name of the source table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourcePath

        MappingEntry.Builder sourcePath​(String sourcePath)

        The source path.

        Parameters:
        sourcePath - The source path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceType

        MappingEntry.Builder sourceType​(String sourceType)

        The source type.

        Parameters:
        sourceType - The source type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetTable

        MappingEntry.Builder targetTable​(String targetTable)

        The target table.

        Parameters:
        targetTable - The target table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetPath

        MappingEntry.Builder targetPath​(String targetPath)

        The target path.

        Parameters:
        targetPath - The target path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetType

        MappingEntry.Builder targetType​(String targetType)

        The target type.

        Parameters:
        targetType - The target type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.