@Generated(value="software.amazon.awssdk:codegen") public final class JsonFormatDescriptor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>
Contains information about how a source JSON data file should be analyzed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsonFormatDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JsonFormatDescriptor.Builder |
builder() |
String |
charset()
The character set in which the source JSON file is written.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
JsonFileCompression |
fileCompression()
The level of compression of the source CSV file.
|
String |
fileCompressionAsString()
The level of compression of the source CSV file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JsonFormatDescriptor.Builder> |
serializableBuilderClass() |
JsonFormatDescriptor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JsonFileCompression fileCompression()
The level of compression of the source CSV file.
If the service returns an enum value that is not available in the current SDK version, fileCompression
will return JsonFileCompression.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fileCompressionAsString().
JsonFileCompressionpublic final String fileCompressionAsString()
The level of compression of the source CSV file.
If the service returns an enum value that is not available in the current SDK version, fileCompression
will return JsonFileCompression.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from fileCompressionAsString().
JsonFileCompressionpublic final String charset()
The character set in which the source JSON file is written.
public JsonFormatDescriptor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>public static JsonFormatDescriptor.Builder builder()
public static Class<? extends JsonFormatDescriptor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.