public static interface DetectedJsonFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<DetectedJsonFormatDescriptor.Builder,DetectedJsonFormatDescriptor>
| Modifier and Type | Method and Description |
|---|---|
default DetectedJsonFormatDescriptor.Builder |
charset(Consumer<DetectedField.Builder> charset)
The format's character set.
|
DetectedJsonFormatDescriptor.Builder |
charset(DetectedField charset)
The format's character set.
|
default DetectedJsonFormatDescriptor.Builder |
fileCompression(Consumer<DetectedField.Builder> fileCompression)
The format's file compression.
|
DetectedJsonFormatDescriptor.Builder |
fileCompression(DetectedField fileCompression)
The format's file compression.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectedJsonFormatDescriptor.Builder fileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression - The format's file compression.default DetectedJsonFormatDescriptor.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)DetectedJsonFormatDescriptor.Builder charset(DetectedField charset)
The format's character set.
charset - The format's character set.default DetectedJsonFormatDescriptor.Builder charset(Consumer<DetectedField.Builder> charset)
The format's character set.
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)Copyright © 2023. All rights reserved.