Class CfnDeliveryStreamPropsMixin.SerializerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SerializerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStreamPropsMixin.SerializerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SerializerProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStreamPropsMixin.SerializerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStreamPropsMixin.SerializerProperty
An implementation for
CfnDeliveryStreamPropsMixin.SerializerProperty-
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.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SerializerProperty
CfnDeliveryStreamPropsMixin.SerializerProperty.Builder, CfnDeliveryStreamPropsMixin.SerializerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.SerializerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA serializer to use for converting data to the ORC format before storing it in Amazon S3.final ObjectA serializer to use for converting data to the Parquet format before storing it in Amazon S3.final inthashCode()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 theCfnDeliveryStreamPropsMixin.SerializerProperty.Builder.
-
-
Method Details
-
getOrcSerDe
Description copied from interface:CfnDeliveryStreamPropsMixin.SerializerPropertyA serializer to use for converting data to the ORC format before storing it in Amazon S3.For more information, see Apache ORC .
Returns union: either
IResolvableorCfnDeliveryStreamPropsMixin.OrcSerDeProperty- Specified by:
getOrcSerDein interfaceCfnDeliveryStreamPropsMixin.SerializerProperty- See Also:
-
getParquetSerDe
Description copied from interface:CfnDeliveryStreamPropsMixin.SerializerPropertyA serializer to use for converting data to the Parquet format before storing it in Amazon S3.For more information, see Apache Parquet .
Returns union: either
IResolvableorCfnDeliveryStreamPropsMixin.ParquetSerDeProperty- Specified by:
getParquetSerDein interfaceCfnDeliveryStreamPropsMixin.SerializerProperty- See Also:
-
$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()
-