public static final class CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
public CfnDeliveryStream.DataFormatConversionConfigurationProperty.Builder enabled(java.lang.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
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
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
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
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
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
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
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
public CfnDeliveryStream.DataFormatConversionConfigurationProperty build()
CfnDeliveryStream.DataFormatConversionConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided