Class CfnDeliveryStream.OutputFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.OutputFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.OutputFormatConfigurationProperty>
- Enclosing interface:
CfnDeliveryStream.OutputFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStream.OutputFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.OutputFormatConfigurationProperty>
A builder for
CfnDeliveryStream.OutputFormatConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.serializer
(IResolvable serializer) Sets the value ofCfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
serializer
(CfnDeliveryStream.SerializerProperty serializer) Sets the value ofCfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serializer
@Stability(Stable) public CfnDeliveryStream.OutputFormatConfigurationProperty.Builder serializer(IResolvable serializer) Sets the value ofCfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
- 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 CfnDeliveryStream.OutputFormatConfigurationProperty.Builder serializer(CfnDeliveryStream.SerializerProperty serializer) Sets the value ofCfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.OutputFormatConfigurationProperty>
- Returns:
- a new instance of
CfnDeliveryStream.OutputFormatConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-