Interface AutoDetectionS3SourceConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoDetectionS3SourceConfig.Builder,AutoDetectionS3SourceConfig>, SdkBuilder<AutoDetectionS3SourceConfig.Builder,AutoDetectionS3SourceConfig>, SdkPojo
Enclosing class:
AutoDetectionS3SourceConfig

public static interface AutoDetectionS3SourceConfig.Builder extends SdkPojo, CopyableBuilder<AutoDetectionS3SourceConfig.Builder,AutoDetectionS3SourceConfig>
  • 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.