Class CfnDeliveryStream.InputFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.InputFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.InputFormatConfigurationProperty>
- Enclosing interface:
CfnDeliveryStream.InputFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStream.InputFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.InputFormatConfigurationProperty>
A builder for
CfnDeliveryStream.InputFormatConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.deserializer
(IResolvable deserializer) Sets the value ofCfnDeliveryStream.InputFormatConfigurationProperty.getDeserializer()
deserializer
(CfnDeliveryStream.DeserializerProperty deserializer) Sets the value ofCfnDeliveryStream.InputFormatConfigurationProperty.getDeserializer()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deserializer
@Stability(Stable) public CfnDeliveryStream.InputFormatConfigurationProperty.Builder deserializer(IResolvable deserializer) Sets the value ofCfnDeliveryStream.InputFormatConfigurationProperty.getDeserializer()
- Parameters:
deserializer
- Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.- Returns:
this
-
deserializer
@Stability(Stable) public CfnDeliveryStream.InputFormatConfigurationProperty.Builder deserializer(CfnDeliveryStream.DeserializerProperty deserializer) Sets the value ofCfnDeliveryStream.InputFormatConfigurationProperty.getDeserializer()
- Parameters:
deserializer
- Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.InputFormatConfigurationProperty>
- Returns:
- a new instance of
CfnDeliveryStream.InputFormatConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-