public static interface ImportDataSource.Builder extends SdkPojo, CopyableBuilder<ImportDataSource.Builder,ImportDataSource>
| Modifier and Type | Method and Description |
|---|---|
ImportDataSource.Builder |
dataFormat(DataFormat dataFormat)
The data format of the import job's data source.
|
ImportDataSource.Builder |
dataFormat(String dataFormat)
The data format of the import job's data source.
|
ImportDataSource.Builder |
s3Url(String s3Url)
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportDataSource.Builder s3Url(String s3Url)
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
s3Url - An Amazon S3 URL in the format s3://<bucket_name>/<object>.ImportDataSource.Builder dataFormat(String dataFormat)
The data format of the import job's data source.
dataFormat - The data format of the import job's data source.DataFormat,
DataFormatImportDataSource.Builder dataFormat(DataFormat dataFormat)
The data format of the import job's data source.
dataFormat - The data format of the import job's data source.DataFormat,
DataFormatCopyright © 2021. All rights reserved.