public static interface ParallelDataConfig.Builder extends SdkPojo, CopyableBuilder<ParallelDataConfig.Builder,ParallelDataConfig>
| Modifier and Type | Method and Description |
|---|---|
ParallelDataConfig.Builder |
format(ParallelDataFormat format)
The format of the parallel data input file.
|
ParallelDataConfig.Builder |
format(String format)
The format of the parallel data input file.
|
ParallelDataConfig.Builder |
s3Uri(String s3Uri)
The URI of the Amazon S3 folder that contains the parallel data input file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParallelDataConfig.Builder s3Uri(String s3Uri)
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
s3Uri - The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the
same Region as the API endpoint you are calling.ParallelDataConfig.Builder format(String format)
The format of the parallel data input file.
format - The format of the parallel data input file.ParallelDataFormat,
ParallelDataFormatParallelDataConfig.Builder format(ParallelDataFormat format)
The format of the parallel data input file.
format - The format of the parallel data input file.ParallelDataFormat,
ParallelDataFormatCopyright © 2021. All rights reserved.