Interface AutoDetectionS3SourceConfig.Builder

  • Method Details

    • templatedPathList

      AutoDetectionS3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)

      The config's templated path list.

      Parameters:
      templatedPathList - The config's templated path list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templatedPathList

      AutoDetectionS3SourceConfig.Builder templatedPathList(String... templatedPathList)

      The config's templated path list.

      Parameters:
      templatedPathList - The config's templated path list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historicalDataPathList

      AutoDetectionS3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)

      The config's historical data path list.

      Parameters:
      historicalDataPathList - The config's historical data path list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historicalDataPathList

      AutoDetectionS3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)

      The config's historical data path list.

      Parameters:
      historicalDataPathList - The config's historical data path list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.