public static final class CfnDeliveryStream.DeserializerProperty.Builder
extends java.lang.Object
CfnDeliveryStream.DeserializerProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeliveryStream.DeserializerProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.DeserializerProperty.Builder |
hiveJsonSerDe(CfnDeliveryStream.HiveJsonSerDeProperty hiveJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe() |
CfnDeliveryStream.DeserializerProperty.Builder |
hiveJsonSerDe(IResolvable hiveJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe() |
CfnDeliveryStream.DeserializerProperty.Builder |
openXJsonSerDe(CfnDeliveryStream.OpenXJsonSerDeProperty openXJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe() |
CfnDeliveryStream.DeserializerProperty.Builder |
openXJsonSerDe(IResolvable openXJsonSerDe)
Sets the value of
CfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe() |
public CfnDeliveryStream.DeserializerProperty.Builder hiveJsonSerDe(IResolvable hiveJsonSerDe)
CfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
hiveJsonSerDe
- The 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.this
public CfnDeliveryStream.DeserializerProperty.Builder hiveJsonSerDe(CfnDeliveryStream.HiveJsonSerDeProperty hiveJsonSerDe)
CfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
hiveJsonSerDe
- The 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.this
public CfnDeliveryStream.DeserializerProperty.Builder openXJsonSerDe(IResolvable openXJsonSerDe)
CfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
openXJsonSerDe
- The 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.this
public CfnDeliveryStream.DeserializerProperty.Builder openXJsonSerDe(CfnDeliveryStream.OpenXJsonSerDeProperty openXJsonSerDe)
CfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
openXJsonSerDe
- The 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.this
public CfnDeliveryStream.DeserializerProperty build()
CfnDeliveryStream.DeserializerProperty
java.lang.NullPointerException
- if any required attribute was not provided