Class CfnDeliveryStream.DeserializerProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeserializerProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.DeserializerProperty>
- Enclosing interface:
CfnDeliveryStream.DeserializerProperty
@Stability(Stable)
public static final class CfnDeliveryStream.DeserializerProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.DeserializerProperty>
A builder for
CfnDeliveryStream.DeserializerProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.hiveJsonSerDe
(IResolvable hiveJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
hiveJsonSerDe
(CfnDeliveryStream.HiveJsonSerDeProperty hiveJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
openXJsonSerDe
(IResolvable openXJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
openXJsonSerDe
(CfnDeliveryStream.OpenXJsonSerDeProperty openXJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hiveJsonSerDe
@Stability(Stable) public CfnDeliveryStream.DeserializerProperty.Builder hiveJsonSerDe(IResolvable hiveJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
- Parameters:
hiveJsonSerDe
- The native Hive / HCatalog JsonSerDe. Used by 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.- Returns:
this
-
hiveJsonSerDe
@Stability(Stable) public CfnDeliveryStream.DeserializerProperty.Builder hiveJsonSerDe(CfnDeliveryStream.HiveJsonSerDeProperty hiveJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getHiveJsonSerDe()
- Parameters:
hiveJsonSerDe
- The native Hive / HCatalog JsonSerDe. Used by 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.- Returns:
this
-
openXJsonSerDe
@Stability(Stable) public CfnDeliveryStream.DeserializerProperty.Builder openXJsonSerDe(IResolvable openXJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
- Parameters:
openXJsonSerDe
- The OpenX SerDe. Used by 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.- Returns:
this
-
openXJsonSerDe
@Stability(Stable) public CfnDeliveryStream.DeserializerProperty.Builder openXJsonSerDe(CfnDeliveryStream.OpenXJsonSerDeProperty openXJsonSerDe) Sets the value ofCfnDeliveryStream.DeserializerProperty.getOpenXJsonSerDe()
- Parameters:
openXJsonSerDe
- The OpenX SerDe. Used by 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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.DeserializerProperty>
- Returns:
- a new instance of
CfnDeliveryStream.DeserializerProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-