public static interface S3SourceConfig.Builder extends SdkPojo, CopyableBuilder<S3SourceConfig.Builder,S3SourceConfig>
| Modifier and Type | Method and Description |
|---|---|
default S3SourceConfig.Builder |
fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
Contains information about a source file's formatting.
|
S3SourceConfig.Builder |
fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
Contains information about a source file's formatting.
|
S3SourceConfig.Builder |
historicalDataPathList(Collection<String> historicalDataPathList)
A list of paths to the historical data files.
|
S3SourceConfig.Builder |
historicalDataPathList(String... historicalDataPathList)
A list of paths to the historical data files.
|
S3SourceConfig.Builder |
roleArn(String roleArn)
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
|
S3SourceConfig.Builder |
templatedPathList(Collection<String> templatedPathList)
A list of templated paths to the source files.
|
S3SourceConfig.Builder |
templatedPathList(String... templatedPathList)
A list of templated paths to the source files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3SourceConfig.Builder roleArn(String roleArn)
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
roleArn - The ARN of an IAM role that has read and write access permissions to the source S3 bucket.S3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)
A list of templated paths to the source files.
templatedPathList - A list of templated paths to the source files.S3SourceConfig.Builder templatedPathList(String... templatedPathList)
A list of templated paths to the source files.
templatedPathList - A list of templated paths to the source files.S3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)
A list of paths to the historical data files.
historicalDataPathList - A list of paths to the historical data files.S3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)
A list of paths to the historical data files.
historicalDataPathList - A list of paths to the historical data files.S3SourceConfig.Builder fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
Contains information about a source file's formatting.
fileFormatDescriptor - Contains information about a source file's formatting.default S3SourceConfig.Builder fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
Contains information about a source file's formatting.
This is a convenience method that creates an instance of theFileFormatDescriptor.Builder avoiding
the need to create one manually via FileFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fileFormatDescriptor(FileFormatDescriptor).
fileFormatDescriptor - a consumer that will call methods on FileFormatDescriptor.BuilderfileFormatDescriptor(FileFormatDescriptor)Copyright © 2023. All rights reserved.