public static interface DetectedS3SourceConfig.Builder extends SdkPojo, CopyableBuilder<DetectedS3SourceConfig.Builder,DetectedS3SourceConfig>
| Modifier and Type | Method and Description |
|---|---|
default DetectedS3SourceConfig.Builder |
fileFormatDescriptor(Consumer<DetectedFileFormatDescriptor.Builder> fileFormatDescriptor)
The source's file format descriptor.
|
DetectedS3SourceConfig.Builder |
fileFormatDescriptor(DetectedFileFormatDescriptor fileFormatDescriptor)
The source's file format descriptor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectedS3SourceConfig.Builder fileFormatDescriptor(DetectedFileFormatDescriptor fileFormatDescriptor)
The source's file format descriptor.
fileFormatDescriptor - The source's file format descriptor.default DetectedS3SourceConfig.Builder fileFormatDescriptor(Consumer<DetectedFileFormatDescriptor.Builder> fileFormatDescriptor)
The source's file format descriptor.
This is a convenience method that creates an instance of theDetectedFileFormatDescriptor.Builder
avoiding the need to create one manually via DetectedFileFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to fileFormatDescriptor(DetectedFileFormatDescriptor).
fileFormatDescriptor - a consumer that will call methods on DetectedFileFormatDescriptor.BuilderfileFormatDescriptor(DetectedFileFormatDescriptor)Copyright © 2023. All rights reserved.