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, sdkFields
copy
applyMutation, build
ImportDataSource.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
,
DataFormat
ImportDataSource.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
,
DataFormat
Copyright © 2022. All rights reserved.