Class CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serializer(IResolvable serializer)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serializer
@Stability(Stable) public CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty.Builder serializer(IResolvable serializer) - Parameters:
serializer- Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.- Returns:
this
-
serializer
@Stability(Stable) public CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty.Builder serializer(CfnDeliveryStreamPropsMixin.SerializerProperty serializer) - Parameters:
serializer- Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet 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.OutputFormatConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.OutputFormatConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-