Class CfnApplicationReferenceDataSource.RecordFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.RecordFormatProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordFormatProperty>
- Enclosing interface:
- CfnApplicationReferenceDataSource.RecordFormatProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSource.RecordFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordFormatProperty>
A builder for 
CfnApplicationReferenceDataSource.RecordFormatProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.mappingParameters(IResolvable mappingParameters) mappingParameters(CfnApplicationReferenceDataSource.MappingParametersProperty mappingParameters) recordFormatType(String recordFormatType) 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
recordFormatType@Stability(Stable) public CfnApplicationReferenceDataSource.RecordFormatProperty.Builder recordFormatType(String recordFormatType) - Parameters:
- recordFormatType- The type of record format. This parameter is required.
- Returns:
- this
 
- 
mappingParameters@Stability(Stable) public CfnApplicationReferenceDataSource.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 CfnApplicationReferenceDataSource.RecordFormatProperty.Builder mappingParameters(CfnApplicationReferenceDataSource.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<CfnApplicationReferenceDataSource.RecordFormatProperty>
- Returns:
- a new instance of CfnApplicationReferenceDataSource.RecordFormatProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-