Class CfnDeliveryStream.DeserializerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeserializerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DeserializerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeliveryStream.DeserializerProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.DeserializerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.DeserializerProperty
An implementation for
CfnDeliveryStream.DeserializerProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeserializerProperty
CfnDeliveryStream.DeserializerProperty.Builder, CfnDeliveryStream.DeserializerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeserializerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeserializerProperty.Builder.
-
-
Method Details
-
getHiveJsonSerDe
Description copied from interface:CfnDeliveryStream.DeserializerPropertyThe native Hive / HCatalog JsonSerDe.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.
- Specified by:
getHiveJsonSerDein interfaceCfnDeliveryStream.DeserializerProperty
-
getOpenXJsonSerDe
Description copied from interface:CfnDeliveryStream.DeserializerPropertyThe OpenX SerDe.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.
- Specified by:
getOpenXJsonSerDein interfaceCfnDeliveryStream.DeserializerProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-