Interface PathMappingRule.Builder

  • Method Details

    • sourcePathFormat

      PathMappingRule.Builder sourcePathFormat(String sourcePathFormat)

      The source path format.

      Parameters:
      sourcePathFormat - The source path format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourcePathFormat

      PathMappingRule.Builder sourcePathFormat(PathFormat sourcePathFormat)

      The source path format.

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

      PathMappingRule.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.
    • destinationPath

      PathMappingRule.Builder destinationPath(String destinationPath)

      The destination path.

      Parameters:
      destinationPath - The destination path.
      Returns:
      Returns a reference to this object so that method calls can be chained together.