@Stability(value=Stable) public static final class CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.DataFormatConversionConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder enabled(Boolean enabled)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getEnabled()enabled - Defaults to `true` .
Set it to false if you want to disable format conversion while preserving the configuration details.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder enabled(IResolvable enabled)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getEnabled()enabled - Defaults to `true` .
Set it to false if you want to disable format conversion while preserving the configuration details.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder inputFormatConfiguration(CfnDeliveryStream.InputFormatConfigurationProperty inputFormatConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getInputFormatConfiguration()inputFormatConfiguration - Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder inputFormatConfiguration(IResolvable inputFormatConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getInputFormatConfiguration()inputFormatConfiguration - Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder outputFormatConfiguration(CfnDeliveryStream.OutputFormatConfigurationProperty outputFormatConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getOutputFormatConfiguration()outputFormatConfiguration - Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder outputFormatConfiguration(IResolvable outputFormatConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getOutputFormatConfiguration()outputFormatConfiguration - Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder schemaConfiguration(CfnDeliveryStream.SchemaConfigurationProperty schemaConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getSchemaConfiguration()schemaConfiguration - Specifies the AWS Glue Data Catalog table that contains the column information.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder schemaConfiguration(IResolvable schemaConfiguration)
CfnDeliveryStream.DataFormatConversionConfigurationProperty.getSchemaConfiguration()schemaConfiguration - Specifies the AWS Glue Data Catalog table that contains the column information.
This parameter is required if Enabled is set to true.this@Stability(value=Stable) public CfnDeliveryStream.DataFormatConversionConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.DataFormatConversionConfigurationProperty>CfnDeliveryStream.DataFormatConversionConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.