public static final class CfnDeliveryStream.DeserializerProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.DeserializerProperty
CfnDeliveryStream.DeserializerProperty
CfnDeliveryStream.DeserializerProperty.Builder, CfnDeliveryStream.DeserializerProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getHiveJsonSerDe()
The native Hive / HCatalog JsonSerDe.
|
java.lang.Object |
getOpenXJsonSerDe()
The OpenX SerDe.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getHiveJsonSerDe()
CfnDeliveryStream.DeserializerProperty
Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
getHiveJsonSerDe
in interface CfnDeliveryStream.DeserializerProperty
public final java.lang.Object getOpenXJsonSerDe()
CfnDeliveryStream.DeserializerProperty
Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
getOpenXJsonSerDe
in interface CfnDeliveryStream.DeserializerProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()