@Stability(value=Stable) public static final class CfnApplicationReferenceDataSource.RecordFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordFormatProperty>
CfnApplicationReferenceDataSource.RecordFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSource.RecordFormatProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder |
mappingParameters(CfnApplicationReferenceDataSource.MappingParametersProperty mappingParameters)
|
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder |
mappingParameters(IResolvable mappingParameters)
|
CfnApplicationReferenceDataSource.RecordFormatProperty.Builder |
recordFormatType(String recordFormatType)
|
@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordFormatProperty.Builder recordFormatType(String recordFormatType)
recordFormatType - The type of record format. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordFormatProperty.Builder mappingParameters(IResolvable mappingParameters)
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.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordFormatProperty.Builder mappingParameters(CfnApplicationReferenceDataSource.MappingParametersProperty mappingParameters)
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.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordFormatProperty>CfnApplicationReferenceDataSource.RecordFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.