Class CfnApplicationReferenceDataSource.RecordFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.mappingParameters
(IResolvable mappingParameters) mappingParameters
(CfnApplicationReferenceDataSource.MappingParametersProperty mappingParameters) recordFormatType
(String recordFormatType)
-
Constructor Details
-
Builder
public 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 configuring 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 configuring 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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordFormatProperty>
- Returns:
- a new instance of
CfnApplicationReferenceDataSource.RecordFormatProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-