Class CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordFormatProperty>
- Enclosing interface:
- CfnApplicationReferenceDataSourceV2.RecordFormatProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordFormatProperty>
A builder for 
CfnApplicationReferenceDataSourceV2.RecordFormatProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.mappingParameters(IResolvable mappingParameters) mappingParameters(CfnApplicationReferenceDataSourceV2.MappingParametersProperty mappingParameters) recordFormatType(String recordFormatType) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
recordFormatType@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder recordFormatType(String recordFormatType) - Parameters:
- recordFormatType- The type of record format. This parameter is required.
- Returns:
- this
 
- 
mappingParameters@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder mappingParameters(IResolvable mappingParameters) - Parameters:
- mappingParameters- When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
- Returns:
- this
 
- 
mappingParameters@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder mappingParameters(CfnApplicationReferenceDataSourceV2.MappingParametersProperty mappingParameters) - Parameters:
- mappingParameters- When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordFormatProperty>
- Returns:
- a new instance of CfnApplicationReferenceDataSourceV2.RecordFormatProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-