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 Summary
Modifier and TypeMethodDescriptionhistoricalDataPathList
(String... historicalDataPathList) The config's historical data path list.historicalDataPathList
(Collection<String> historicalDataPathList) The config's historical data path list.templatedPathList
(String... templatedPathList) The config's templated path list.templatedPathList
(Collection<String> templatedPathList) The config's templated path list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-