public static interface JsonFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>
| Modifier and Type | Method and Description |
|---|---|
JsonFormatDescriptor.Builder |
charset(String charset)
The character set in which the source JSON file is written.
|
JsonFormatDescriptor.Builder |
fileCompression(JsonFileCompression fileCompression)
The level of compression of the source CSV file.
|
JsonFormatDescriptor.Builder |
fileCompression(String fileCompression)
The level of compression of the source CSV file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJsonFormatDescriptor.Builder fileCompression(String fileCompression)
The level of compression of the source CSV file.
fileCompression - The level of compression of the source CSV file.JsonFileCompression,
JsonFileCompressionJsonFormatDescriptor.Builder fileCompression(JsonFileCompression fileCompression)
The level of compression of the source CSV file.
fileCompression - The level of compression of the source CSV file.JsonFileCompression,
JsonFileCompressionJsonFormatDescriptor.Builder charset(String charset)
The character set in which the source JSON file is written.
charset - The character set in which the source JSON file is written.Copyright © 2023. All rights reserved.