@Stability(value=Stable) public static final class CfnDeliveryStream.OutputFormatConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.OutputFormatConfigurationProperty>
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() |
@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnDeliveryStream.OutputFormatConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.OutputFormatConfigurationProperty>CfnDeliveryStream.OutputFormatConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.