public static final class CfnDeliveryStream.OutputFormatConfigurationProperty.Builder
extends java.lang.Object
CfnDeliveryStream.OutputFormatConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeliveryStream.OutputFormatConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.OutputFormatConfigurationProperty.Builder |
serializer(CfnDeliveryStream.SerializerProperty serializer)
Sets the value of
CfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer() |
CfnDeliveryStream.OutputFormatConfigurationProperty.Builder |
serializer(IResolvable serializer)
Sets the value of
CfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer() |
public CfnDeliveryStream.OutputFormatConfigurationProperty.Builder serializer(IResolvable serializer)
CfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
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.this
public CfnDeliveryStream.OutputFormatConfigurationProperty.Builder serializer(CfnDeliveryStream.SerializerProperty serializer)
CfnDeliveryStream.OutputFormatConfigurationProperty.getSerializer()
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.this
public CfnDeliveryStream.OutputFormatConfigurationProperty build()
CfnDeliveryStream.OutputFormatConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided