public static interface DetectedFileFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<DetectedFileFormatDescriptor.Builder,DetectedFileFormatDescriptor>
| Modifier and Type | Method and Description |
|---|---|
default DetectedFileFormatDescriptor.Builder |
csvFormatDescriptor(Consumer<DetectedCsvFormatDescriptor.Builder> csvFormatDescriptor)
Details about a CSV format.
|
DetectedFileFormatDescriptor.Builder |
csvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
|
default DetectedFileFormatDescriptor.Builder |
jsonFormatDescriptor(Consumer<DetectedJsonFormatDescriptor.Builder> jsonFormatDescriptor)
Details about a JSON format.
|
DetectedFileFormatDescriptor.Builder |
jsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectedFileFormatDescriptor.Builder csvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
csvFormatDescriptor - Details about a CSV format.default DetectedFileFormatDescriptor.Builder csvFormatDescriptor(Consumer<DetectedCsvFormatDescriptor.Builder> csvFormatDescriptor)
Details about a CSV format.
This is a convenience method that creates an instance of theDetectedCsvFormatDescriptor.Builder
avoiding the need to create one manually via DetectedCsvFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to csvFormatDescriptor(DetectedCsvFormatDescriptor).
csvFormatDescriptor - a consumer that will call methods on DetectedCsvFormatDescriptor.BuildercsvFormatDescriptor(DetectedCsvFormatDescriptor)DetectedFileFormatDescriptor.Builder jsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
jsonFormatDescriptor - Details about a JSON format.default DetectedFileFormatDescriptor.Builder jsonFormatDescriptor(Consumer<DetectedJsonFormatDescriptor.Builder> jsonFormatDescriptor)
Details about a JSON format.
This is a convenience method that creates an instance of theDetectedJsonFormatDescriptor.Builder
avoiding the need to create one manually via DetectedJsonFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to jsonFormatDescriptor(DetectedJsonFormatDescriptor).
jsonFormatDescriptor - a consumer that will call methods on DetectedJsonFormatDescriptor.BuilderjsonFormatDescriptor(DetectedJsonFormatDescriptor)Copyright © 2023. All rights reserved.