public static interface FileFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<FileFormatDescriptor.Builder,FileFormatDescriptor>
| Modifier and Type | Method and Description |
|---|---|
default FileFormatDescriptor.Builder |
csvFormatDescriptor(Consumer<CsvFormatDescriptor.Builder> csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
|
FileFormatDescriptor.Builder |
csvFormatDescriptor(CsvFormatDescriptor csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
|
default FileFormatDescriptor.Builder |
jsonFormatDescriptor(Consumer<JsonFormatDescriptor.Builder> jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
|
FileFormatDescriptor.Builder |
jsonFormatDescriptor(JsonFormatDescriptor jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileFormatDescriptor.Builder csvFormatDescriptor(CsvFormatDescriptor csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
csvFormatDescriptor - Contains information about how a source CSV data file should be analyzed.default FileFormatDescriptor.Builder csvFormatDescriptor(Consumer<CsvFormatDescriptor.Builder> csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
This is a convenience method that creates an instance of theCsvFormatDescriptor.Builder avoiding the
need to create one manually via CsvFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to csvFormatDescriptor(CsvFormatDescriptor).
csvFormatDescriptor - a consumer that will call methods on CsvFormatDescriptor.BuildercsvFormatDescriptor(CsvFormatDescriptor)FileFormatDescriptor.Builder jsonFormatDescriptor(JsonFormatDescriptor jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
jsonFormatDescriptor - Contains information about how a source JSON data file should be analyzed.default FileFormatDescriptor.Builder jsonFormatDescriptor(Consumer<JsonFormatDescriptor.Builder> jsonFormatDescriptor)
Contains information about how a source JSON data file should be analyzed.
This is a convenience method that creates an instance of theJsonFormatDescriptor.Builder avoiding
the need to create one manually via JsonFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jsonFormatDescriptor(JsonFormatDescriptor).
jsonFormatDescriptor - a consumer that will call methods on JsonFormatDescriptor.BuilderjsonFormatDescriptor(JsonFormatDescriptor)Copyright © 2023. All rights reserved.