public static interface DetectedCsvFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<DetectedCsvFormatDescriptor.Builder,DetectedCsvFormatDescriptor>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectedCsvFormatDescriptor.Builder fileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression - The format's file compression.default DetectedCsvFormatDescriptor.Builder fileCompression(Consumer<DetectedField.Builder> fileCompression)
The format's file compression.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fileCompression(DetectedField).
fileCompression - a consumer that will call methods on DetectedField.BuilderfileCompression(DetectedField)DetectedCsvFormatDescriptor.Builder charset(DetectedField charset)
The format's charset.
charset - The format's charset.default DetectedCsvFormatDescriptor.Builder charset(Consumer<DetectedField.Builder> charset)
The format's charset.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to charset(DetectedField).
charset - a consumer that will call methods on DetectedField.Buildercharset(DetectedField)DetectedCsvFormatDescriptor.Builder containsHeader(DetectedField containsHeader)
Whether the format includes a header.
containsHeader - Whether the format includes a header.default DetectedCsvFormatDescriptor.Builder containsHeader(Consumer<DetectedField.Builder> containsHeader)
Whether the format includes a header.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to containsHeader(DetectedField).
containsHeader - a consumer that will call methods on DetectedField.BuildercontainsHeader(DetectedField)DetectedCsvFormatDescriptor.Builder delimiter(DetectedField delimiter)
The format's delimiter.
delimiter - The format's delimiter.default DetectedCsvFormatDescriptor.Builder delimiter(Consumer<DetectedField.Builder> delimiter)
The format's delimiter.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to delimiter(DetectedField).
delimiter - a consumer that will call methods on DetectedField.Builderdelimiter(DetectedField)DetectedCsvFormatDescriptor.Builder headerList(DetectedField headerList)
The format's header list.
headerList - The format's header list.default DetectedCsvFormatDescriptor.Builder headerList(Consumer<DetectedField.Builder> headerList)
The format's header list.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to headerList(DetectedField).
headerList - a consumer that will call methods on DetectedField.BuilderheaderList(DetectedField)DetectedCsvFormatDescriptor.Builder quoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
quoteSymbol - The format's quote symbol.default DetectedCsvFormatDescriptor.Builder quoteSymbol(Consumer<DetectedField.Builder> quoteSymbol)
The format's quote symbol.
This is a convenience method that creates an instance of theDetectedField.Builder avoiding the need
to create one manually via DetectedField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to quoteSymbol(DetectedField).
quoteSymbol - a consumer that will call methods on DetectedField.BuilderquoteSymbol(DetectedField)Copyright © 2023. All rights reserved.