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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoDetectionS3SourceConfig.BuilderhistoricalDataPathList(String... historicalDataPathList)The config's historical data path list.AutoDetectionS3SourceConfig.BuilderhistoricalDataPathList(Collection<String> historicalDataPathList)The config's historical data path list.AutoDetectionS3SourceConfig.BuildertemplatedPathList(String... templatedPathList)The config's templated path list.AutoDetectionS3SourceConfig.BuildertemplatedPathList(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 Detail
-
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.
-
-