Class CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deserializer(CfnDeliveryStreamPropsMixin.DeserializerProperty deserializer) deserializer(IResolvable deserializer)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deserializer
@Stability(Stable) public CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty.Builder deserializer(IResolvable deserializer) - 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 CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty.Builder deserializer(CfnDeliveryStreamPropsMixin.DeserializerProperty deserializer) - 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.InputFormatConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-