public static interface AutoDetectionS3SourceConfig.Builder extends SdkPojo, CopyableBuilder<AutoDetectionS3SourceConfig.Builder,AutoDetectionS3SourceConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoDetectionS3SourceConfig.Builder |
historicalDataPathList(Collection<String> historicalDataPathList)
The config's historical data path list.
|
AutoDetectionS3SourceConfig.Builder |
historicalDataPathList(String... historicalDataPathList)
The config's historical data path list.
|
AutoDetectionS3SourceConfig.Builder |
templatedPathList(Collection<String> templatedPathList)
The config's templated path list.
|
AutoDetectionS3SourceConfig.Builder |
templatedPathList(String... templatedPathList)
The config's templated path list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoDetectionS3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)
The config's templated path list.
templatedPathList - The config's templated path list.AutoDetectionS3SourceConfig.Builder templatedPathList(String... templatedPathList)
The config's templated path list.
templatedPathList - The config's templated path list.AutoDetectionS3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)
The config's historical data path list.
historicalDataPathList - The config's historical data path list.AutoDetectionS3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)
The config's historical data path list.
historicalDataPathList - The config's historical data path list.Copyright © 2023. All rights reserved.