public static interface JobConfiguration.Builder extends SdkPojo, CopyableBuilder<JobConfiguration.Builder,JobConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default JobConfiguration.Builder |
fileFormat(Consumer<FileFormat.Builder> fileFormat)
The file format of the data in Amazon S3.
|
JobConfiguration.Builder |
fileFormat(FileFormat fileFormat)
The file format of the data in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobConfiguration.Builder fileFormat(FileFormat fileFormat)
The file format of the data in Amazon S3.
fileFormat - The file format of the data in Amazon S3.default JobConfiguration.Builder fileFormat(Consumer<FileFormat.Builder> fileFormat)
The file format of the data in Amazon S3.
This is a convenience method that creates an instance of theFileFormat.Builder avoiding the need to
create one manually via FileFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileFormat(FileFormat).
fileFormat - a consumer that will call methods on FileFormat.BuilderfileFormat(FileFormat)Copyright © 2022. All rights reserved.