public static interface DataSourceConfig.Builder extends SdkPojo, CopyableBuilder<DataSourceConfig.Builder,DataSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfig.Builder |
name(String name)
The name of the data source.
|
DataSourceConfig.Builder |
s3Bucket(String s3Bucket)
The S3 bucket where the data files are located.
|
DataSourceConfig.Builder |
s3Keys(Collection<String> s3Keys)
The list of S3 keys identifying the data source files.
|
DataSourceConfig.Builder |
s3Keys(String... s3Keys)
The list of S3 keys identifying the data source files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceConfig.Builder name(String name)
The name of the data source.
name - The name of the data source.DataSourceConfig.Builder s3Bucket(String s3Bucket)
The S3 bucket where the data files are located.
s3Bucket - The S3 bucket where the data files are located.DataSourceConfig.Builder s3Keys(Collection<String> s3Keys)
The list of S3 keys identifying the data source files.
s3Keys - The list of S3 keys identifying the data source files.DataSourceConfig.Builder s3Keys(String... s3Keys)
The list of S3 keys identifying the data source files.
s3Keys - The list of S3 keys identifying the data source files.Copyright © 2020. All rights reserved.